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