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