Struct stm32_metapac::otg::regs::Diepempmsk
#[repr(transparent)]pub struct Diepempmsk(pub u32);
Expand description
Device IN endpoint FIFO empty interrupt mask register
Tuple Fields§
§0: u32
Implementations§
§impl Diepempmsk
impl Diepempmsk
pub fn set_ineptxfem(&mut self, val: u16)
pub fn set_ineptxfem(&mut self, val: u16)
IN EP Tx FIFO empty interrupt mask bits
Trait Implementations§
§impl Clone for Diepempmsk
impl Clone for Diepempmsk
§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 more§impl Default for Diepempmsk
impl Default for Diepempmsk
§fn default() -> Diepempmsk
fn default() -> Diepempmsk
Returns the “default value” for a type. Read more
§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
)