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