#[repr(u8)]pub enum ControlDeviceRegister {
NIEN = 2,
}
Variants§
NIEN = 2
Set this to stop the current device from sending interrupts.
Auto Trait Implementations§
impl Freeze for ControlDeviceRegister
impl RefUnwindSafe for ControlDeviceRegister
impl Send for ControlDeviceRegister
impl Sync for ControlDeviceRegister
impl Unpin for ControlDeviceRegister
impl UnwindSafe for ControlDeviceRegister
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