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