#[repr(C)]pub struct sober128_state {
pub R: [ulong32; 17],
pub initR: [ulong32; 17],
pub konst: ulong32,
pub sbuf: ulong32,
pub nbuf: c_int,
}Fields§
§R: [ulong32; 17]§initR: [ulong32; 17]§konst: ulong32§sbuf: ulong32§nbuf: c_intTrait Implementations§
Source§impl Clone for sober128_state
impl Clone for sober128_state
Source§impl Debug for sober128_state
impl Debug for sober128_state
impl Copy for sober128_state
Auto Trait Implementations§
impl Freeze for sober128_state
impl RefUnwindSafe for sober128_state
impl Send for sober128_state
impl Sync for sober128_state
impl Unpin for sober128_state
impl UnwindSafe for sober128_state
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