Enum Dis
#[repr(u8)]pub enum Dis {
Allowed = 0,
Locked = 1,
}Variants§
Allowed = 0
write to DA[7:0] and to IBIDEN in the I3C_DEVRx register is allowed
Locked = 1
write to DA[7:0] and to IBIDEN is disabled/locked
Implementations§
Trait Implementations§
impl Copy for Dis
impl Eq for Dis
§impl Ord for Dis
impl Ord for Dis
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dis
impl PartialOrd for Dis
impl StructuralPartialEq for Dis
Auto Trait Implementations§
impl Freeze for Dis
impl RefUnwindSafe for Dis
impl Send for Dis
impl Sync for Dis
impl Unpin for Dis
impl UnsafeUnpin for Dis
impl UnwindSafe for Dis
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