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