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