#[repr(C)]pub struct PCS_CMN_TypeDef {
pub SOFT_RESET: u32,
pub GSSCLK_CTRL: u32,
pub QRST_R0: u32,
pub QDBG_R0: u32,
}Fields§
§SOFT_RESET: u32§GSSCLK_CTRL: u32§QRST_R0: u32§QDBG_R0: u32Trait Implementations§
Source§impl Clone for PCS_CMN_TypeDef
impl Clone for PCS_CMN_TypeDef
Source§fn clone(&self) -> PCS_CMN_TypeDef
fn clone(&self) -> PCS_CMN_TypeDef
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 PCS_CMN_TypeDef
impl Debug for PCS_CMN_TypeDef
impl Copy for PCS_CMN_TypeDef
Auto Trait Implementations§
impl Freeze for PCS_CMN_TypeDef
impl RefUnwindSafe for PCS_CMN_TypeDef
impl Send for PCS_CMN_TypeDef
impl Sync for PCS_CMN_TypeDef
impl Unpin for PCS_CMN_TypeDef
impl UnwindSafe for PCS_CMN_TypeDef
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