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