Struct PhyctrlDigUsr
#[repr(transparent)]pub struct PhyctrlDigUsr(pub u32);Expand description
PHYCTRL_DIG_USR register.
Tuple Fields§
§0: u32Implementations§
§impl PhyctrlDigUsr
impl PhyctrlDigUsr
pub fn set_rxtxphy(&mut self, val: u8)
pub fn set_rxtxphy(&mut self, val: u8)
RXTXPHY selection.
Trait Implementations§
§impl Clone for PhyctrlDigUsr
impl Clone for PhyctrlDigUsr
§fn clone(&self) -> PhyctrlDigUsr
fn clone(&self) -> PhyctrlDigUsr
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 more§impl Debug for PhyctrlDigUsr
impl Debug for PhyctrlDigUsr
§impl Default for PhyctrlDigUsr
impl Default for PhyctrlDigUsr
§fn default() -> PhyctrlDigUsr
fn default() -> PhyctrlDigUsr
Returns the “default value” for a type. Read more
§impl PartialEq for PhyctrlDigUsr
impl PartialEq for PhyctrlDigUsr
impl Copy for PhyctrlDigUsr
impl Eq for PhyctrlDigUsr
impl StructuralPartialEq for PhyctrlDigUsr
Auto Trait Implementations§
impl Freeze for PhyctrlDigUsr
impl RefUnwindSafe for PhyctrlDigUsr
impl Send for PhyctrlDigUsr
impl Sync for PhyctrlDigUsr
impl Unpin for PhyctrlDigUsr
impl UnwindSafe for PhyctrlDigUsr
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