pub struct ImpPinoptr(pub u32);Expand description
IMP_PINOPTR (Pin Options Register)
Tuple Fields§
§0: u32Implementations§
Source§impl ImpPinoptr
impl ImpPinoptr
Sourcepub fn read() -> ImpPinoptr
pub fn read() -> ImpPinoptr
Reads IMP_PINOPTR (Pin Options Register)
Trait Implementations§
Source§impl Clone for ImpPinoptr
impl Clone for ImpPinoptr
Source§fn clone(&self) -> ImpPinoptr
fn clone(&self) -> ImpPinoptr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImpPinoptr
impl Debug for ImpPinoptr
Source§impl SysReg for ImpPinoptr
impl SysReg for ImpPinoptr
Source§impl SysRegRead for ImpPinoptr
impl SysRegRead for ImpPinoptr
impl Copy for ImpPinoptr
Auto Trait Implementations§
impl Freeze for ImpPinoptr
impl RefUnwindSafe for ImpPinoptr
impl Send for ImpPinoptr
impl Sync for ImpPinoptr
impl Unpin for ImpPinoptr
impl UnwindSafe for ImpPinoptr
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