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