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