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