#[repr(C)]pub enum HardwareInputStatus {
Disabled = 0,
Enabled = 1,
}Variants§
Trait Implementations§
Source§impl Clone for HardwareInputStatus
impl Clone for HardwareInputStatus
Source§fn clone(&self) -> HardwareInputStatus
fn clone(&self) -> HardwareInputStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HardwareInputStatus
impl Debug for HardwareInputStatus
Source§impl PartialEq for HardwareInputStatus
impl PartialEq for HardwareInputStatus
impl Copy for HardwareInputStatus
impl Eq for HardwareInputStatus
impl StructuralPartialEq for HardwareInputStatus
Auto Trait Implementations§
impl Freeze for HardwareInputStatus
impl RefUnwindSafe for HardwareInputStatus
impl Send for HardwareInputStatus
impl Sync for HardwareInputStatus
impl Unpin for HardwareInputStatus
impl UnwindSafe for HardwareInputStatus
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