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