pub struct GetrandomArgs {
pub buflen: size_t,
pub flags: c_uint,
}Fields§
§buflen: size_t§flags: c_uintTrait Implementations§
Source§impl Clone for GetrandomArgs
impl Clone for GetrandomArgs
Source§fn clone(&self) -> GetrandomArgs
fn clone(&self) -> GetrandomArgs
Returns a duplicate 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 GetrandomArgs
impl Debug for GetrandomArgs
Source§impl From<GetrandomArgs> for SyscallArgs
impl From<GetrandomArgs> for SyscallArgs
Source§fn from(args: GetrandomArgs) -> Self
fn from(args: GetrandomArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetrandomArgs
impl PartialEq for GetrandomArgs
Source§impl SyscallGroupsGetter for GetrandomArgs
impl SyscallGroupsGetter for GetrandomArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for GetrandomArgs
impl SyscallNumber for GetrandomArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for GetrandomArgs
Auto Trait Implementations§
impl Freeze for GetrandomArgs
impl RefUnwindSafe for GetrandomArgs
impl Send for GetrandomArgs
impl Sync for GetrandomArgs
impl Unpin for GetrandomArgs
impl UnwindSafe for GetrandomArgs
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