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