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