#[repr(C)]pub struct vgetrandom_opaque_params {
pub size_of_opaque_state: __u32,
pub mmap_prot: __u32,
pub mmap_flags: __u32,
pub reserved: [__u32; 13],
}
Fields§
§size_of_opaque_state: __u32
§mmap_prot: __u32
§mmap_flags: __u32
§reserved: [__u32; 13]
Trait Implementations§
Source§impl Clone for vgetrandom_opaque_params
impl Clone for vgetrandom_opaque_params
Source§fn clone(&self) -> vgetrandom_opaque_params
fn clone(&self) -> vgetrandom_opaque_params
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for vgetrandom_opaque_params
impl Debug for vgetrandom_opaque_params
impl Copy for vgetrandom_opaque_params
Auto Trait Implementations§
impl Freeze for vgetrandom_opaque_params
impl RefUnwindSafe for vgetrandom_opaque_params
impl Send for vgetrandom_opaque_params
impl Sync for vgetrandom_opaque_params
impl Unpin for vgetrandom_opaque_params
impl UnwindSafe for vgetrandom_opaque_params
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes