pub struct PDUSTAT_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for PDUSTAT_SPEC
impl Readable for PDUSTAT_SPEC
read()
method returns pdustat::R reader structure
Source§impl RegisterSpec for PDUSTAT_SPEC
impl RegisterSpec for PDUSTAT_SPEC
Source§impl Resettable for PDUSTAT_SPEC
impl Resettable for PDUSTAT_SPEC
reset()
method sets PDUSTAT to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for PDUSTAT_SPEC
impl RefUnwindSafe for PDUSTAT_SPEC
impl Send for PDUSTAT_SPEC
impl Sync for PDUSTAT_SPEC
impl Unpin for PDUSTAT_SPEC
impl UnwindSafe for PDUSTAT_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