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