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