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