#[repr(usize)]pub enum AuxDevice {
Zero = 0,
One = 1,
}
Expand description
Auxiliary Device index.
Variants§
Trait Implementations§
impl Copy for AuxDevice
impl Eq for AuxDevice
impl StructuralPartialEq for AuxDevice
Auto Trait Implementations§
impl RefUnwindSafe for AuxDevice
impl Send for AuxDevice
impl Sync for AuxDevice
impl Unpin for AuxDevice
impl UnwindSafe for AuxDevice
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more