#[repr(transparent)]pub struct Diepempmsk(pub u32);Expand description
Device IN Endpoint FIFO Empty Interrupt Mask Register
Tuple Fields§
§0: u32Implementations§
Source§impl Diepempmsk
impl Diepempmsk
Sourcepub const fn ineptxfempmsk(&self) -> Ineptxfempmsk
pub const fn ineptxfempmsk(&self) -> Ineptxfempmsk
IN EP Tx FIFO Empty Interrupt Mask Bits (InEpTxfEmpMsk)
Sourcepub const fn set_ineptxfempmsk(&mut self, val: Ineptxfempmsk)
pub const fn set_ineptxfempmsk(&mut self, val: Ineptxfempmsk)
IN EP Tx FIFO Empty Interrupt Mask Bits (InEpTxfEmpMsk)
Trait Implementations§
Source§impl Clone for Diepempmsk
impl Clone for Diepempmsk
Source§fn clone(&self) -> Diepempmsk
fn clone(&self) -> Diepempmsk
Returns a copy 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 Diepempmsk
impl Debug for Diepempmsk
Source§impl Default for Diepempmsk
impl Default for Diepempmsk
Source§fn default() -> Diepempmsk
fn default() -> Diepempmsk
Returns the “default value” for a type. Read more
Source§impl PartialEq for Diepempmsk
impl PartialEq for Diepempmsk
impl Copy for Diepempmsk
impl Eq for Diepempmsk
impl StructuralPartialEq for Diepempmsk
Auto Trait Implementations§
impl Freeze for Diepempmsk
impl RefUnwindSafe for Diepempmsk
impl Send for Diepempmsk
impl Sync for Diepempmsk
impl Unpin for Diepempmsk
impl UnwindSafe for Diepempmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)