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