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