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