Struct UidlSpec
pub struct UidlSpec;Expand description
Trait Implementations§
§impl Resettable for UidlSpec
reset() method sets UIDL to value 0
impl Resettable for UidlSpec
reset() method sets UIDL to value 0
§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for UidlSpec
read() method returns uidl::R reader structure
Auto Trait Implementations§
impl Freeze for UidlSpec
impl RefUnwindSafe for UidlSpec
impl Send for UidlSpec
impl Sync for UidlSpec
impl Unpin for UidlSpec
impl UnwindSafe for UidlSpec
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