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