Struct PFCR_SPEC
pub struct PFCR_SPEC;
Expand description
Trait Implementations§
§impl Resettable for PFCR_SPEC
reset()
method sets PFCR to value 0
impl Resettable for PFCR_SPEC
reset()
method sets PFCR to value 0
§fn reset_value() -> <PFCR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <PFCR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for PFCR_SPEC
impl RefUnwindSafe for PFCR_SPEC
impl Send for PFCR_SPEC
impl Sync for PFCR_SPEC
impl Unpin for PFCR_SPEC
impl UnwindSafe for PFCR_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