#[repr(transparent)]pub struct AtxPinCtrl(pub u32);Expand description
ATX Pin Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl AtxPinCtrl
impl AtxPinCtrl
Trait Implementations§
Source§impl Clone for AtxPinCtrl
impl Clone for AtxPinCtrl
Source§fn clone(&self) -> AtxPinCtrl
fn clone(&self) -> AtxPinCtrl
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 AtxPinCtrl
impl Debug for AtxPinCtrl
Source§impl Default for AtxPinCtrl
impl Default for AtxPinCtrl
Source§fn default() -> AtxPinCtrl
fn default() -> AtxPinCtrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for AtxPinCtrl
impl PartialEq for AtxPinCtrl
impl Copy for AtxPinCtrl
impl Eq for AtxPinCtrl
impl StructuralPartialEq for AtxPinCtrl
Auto Trait Implementations§
impl Freeze for AtxPinCtrl
impl RefUnwindSafe for AtxPinCtrl
impl Send for AtxPinCtrl
impl Sync for AtxPinCtrl
impl Unpin for AtxPinCtrl
impl UnwindSafe for AtxPinCtrl
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