pub struct LibcSeed(pub [u8; 4]);Expand description
32-bit random number seed
Tuple Fields§
§0: [u8; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibcSeed
impl RefUnwindSafe for LibcSeed
impl Send for LibcSeed
impl Sync for LibcSeed
impl Unpin for LibcSeed
impl UnwindSafe for LibcSeed
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