pub struct CPP { /* private fields */ }
Trait Implementations§
Source§impl RngCore for CPP
impl RngCore for CPP
Source§fn fill_bytes(&mut self, dest: &mut [u8])
fn fill_bytes(&mut self, dest: &mut [u8])
Fill
dest
with random data. Read moreAuto Trait Implementations§
impl Freeze for CPP
impl RefUnwindSafe for CPP
impl Send for CPP
impl Sync for CPP
impl Unpin for CPP
impl UnwindSafe for CPP
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