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