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