pub struct BITMODE_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for BITMODE_SPEC
impl Readable for BITMODE_SPEC
read()
method returns bitmode::R reader structure
Source§impl RegisterSpec for BITMODE_SPEC
impl RegisterSpec for BITMODE_SPEC
Source§impl Resettable for BITMODE_SPEC
impl Resettable for BITMODE_SPEC
reset()
method sets BITMODE to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for BITMODE_SPEC
impl Writable for BITMODE_SPEC
write(|w| ..)
method takes bitmode::W writer structure
Auto Trait Implementations§
impl Freeze for BITMODE_SPEC
impl RefUnwindSafe for BITMODE_SPEC
impl Send for BITMODE_SPEC
impl Sync for BITMODE_SPEC
impl Unpin for BITMODE_SPEC
impl UnwindSafe for BITMODE_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