pub struct POSITION_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for POSITION_SPEC
impl Readable for POSITION_SPEC
read()
method returns position::R reader structure
sourceimpl RegisterSpec for POSITION_SPEC
impl RegisterSpec for POSITION_SPEC
sourceimpl Resettable for POSITION_SPEC
impl Resettable for POSITION_SPEC
reset()
method sets POSITION to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for POSITION_SPEC
impl Writable for POSITION_SPEC
write(|w| ..)
method takes position::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for POSITION_SPEC
impl Send for POSITION_SPEC
impl Sync for POSITION_SPEC
impl Unpin for POSITION_SPEC
impl UnwindSafe for POSITION_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more