#[repr(u8)]pub enum Channel16 {
NonSecure = 0,
Secure = 1,
}Variants§
NonSecure = 0
Channel 16 has its non-secure attribute set.
Secure = 1
Channel 16 has its secure attribute set.
Implementations§
Trait Implementations§
Source§impl Ord for Channel16
impl Ord for Channel16
Source§impl PartialOrd for Channel16
impl PartialOrd for Channel16
impl Copy for Channel16
impl Eq for Channel16
impl StructuralPartialEq for Channel16
Auto Trait Implementations§
impl Freeze for Channel16
impl RefUnwindSafe for Channel16
impl Send for Channel16
impl Sync for Channel16
impl Unpin for Channel16
impl UnwindSafe for Channel16
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more