Struct swm341_pac::usbd::devif::DEVIF_SPEC
source · pub struct DEVIF_SPEC;Expand description
Trait Implementations§
source§impl Readable for DEVIF_SPEC
impl Readable for DEVIF_SPEC
read() method returns devif::R reader structure
source§impl RegisterSpec for DEVIF_SPEC
impl RegisterSpec for DEVIF_SPEC
source§impl Resettable for DEVIF_SPEC
impl Resettable for DEVIF_SPEC
reset() method sets DEVIF to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for DEVIF_SPEC
impl Send for DEVIF_SPEC
impl Sync for DEVIF_SPEC
impl Unpin for DEVIF_SPEC
impl UnwindSafe for DEVIF_SPEC
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