pub struct RLR_SPEC;
Expand description
Trait Implementations§
Source§impl Resettable for RLR_SPEC
reset()
method sets RLR to value 0x0fff
impl Resettable for RLR_SPEC
reset()
method sets RLR to value 0x0fff
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for RLR_SPEC
impl RefUnwindSafe for RLR_SPEC
impl Send for RLR_SPEC
impl Sync for RLR_SPEC
impl Unpin for RLR_SPEC
impl UnwindSafe for RLR_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