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