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