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