#[repr(u8)]pub enum I3c1Rst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for I3c1Rst
impl Ord for I3c1Rst
Source§impl PartialOrd for I3c1Rst
impl PartialOrd for I3c1Rst
impl Copy for I3c1Rst
impl Eq for I3c1Rst
impl StructuralPartialEq for I3c1Rst
Auto Trait Implementations§
impl Freeze for I3c1Rst
impl RefUnwindSafe for I3c1Rst
impl Send for I3c1Rst
impl Sync for I3c1Rst
impl Unpin for I3c1Rst
impl UnwindSafe for I3c1Rst
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