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