#[repr(C)]pub struct BLRandom {
pub data: [u64; 2],
}Fields§
§data: [u64; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLRandom
impl RefUnwindSafe for BLRandom
impl Send for BLRandom
impl Sync for BLRandom
impl Unpin for BLRandom
impl UnwindSafe for BLRandom
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