#[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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
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