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