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