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