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