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