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