#[repr(transparent)]pub struct PrngDatout(pub u32);Expand description
PRNG SW Read Out
Tuple Fields§
§0: u32Implementations§
Source§impl PrngDatout
impl PrngDatout
Sourcepub const fn prng_datout(&self) -> u32
pub const fn prng_datout(&self) -> u32
32-bit wide pseudo-random number
Sourcepub const fn set_prng_datout(&mut self, val: u32)
pub const fn set_prng_datout(&mut self, val: u32)
32-bit wide pseudo-random number
Trait Implementations§
Source§impl Clone for PrngDatout
impl Clone for PrngDatout
Source§fn clone(&self) -> PrngDatout
fn clone(&self) -> PrngDatout
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 PrngDatout
impl Debug for PrngDatout
Source§impl Default for PrngDatout
impl Default for PrngDatout
Source§fn default() -> PrngDatout
fn default() -> PrngDatout
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrngDatout
impl PartialEq for PrngDatout
impl Copy for PrngDatout
impl Eq for PrngDatout
impl StructuralPartialEq for PrngDatout
Auto Trait Implementations§
impl Freeze for PrngDatout
impl RefUnwindSafe for PrngDatout
impl Send for PrngDatout
impl Sync for PrngDatout
impl Unpin for PrngDatout
impl UnwindSafe for PrngDatout
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