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