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