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