Struct PdirSpec
pub struct PdirSpec;Trait Implementations§
§impl Resettable for PdirSpec
reset() method sets PDIR to value 0
impl Resettable for PdirSpec
reset() method sets PDIR 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 PdirSpec
read() method returns pdir::R reader structure
Auto Trait Implementations§
impl Freeze for PdirSpec
impl RefUnwindSafe for PdirSpec
impl Send for PdirSpec
impl Sync for PdirSpec
impl Unpin for PdirSpec
impl UnwindSafe for PdirSpec
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