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