#[repr(u8)]pub enum Channel19 {
NonSecure = 0,
Secure = 1,
}Variants§
NonSecure = 0
Channel 19 has its non-secure attribute set.
Secure = 1
Channel 19 has its secure attribute set.
Implementations§
Trait Implementations§
Source§impl Ord for Channel19
impl Ord for Channel19
Source§impl PartialOrd for Channel19
impl PartialOrd for Channel19
impl Copy for Channel19
impl Eq for Channel19
impl StructuralPartialEq for Channel19
Auto Trait Implementations§
impl Freeze for Channel19
impl RefUnwindSafe for Channel19
impl Send for Channel19
impl Sync for Channel19
impl Unpin for Channel19
impl UnwindSafe for Channel19
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