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