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