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