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 (const: unstable) · 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
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl From<MunmapModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
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
impl StructuralPartialEq for MunmapModifiedArgs
Source§impl SyscallGroupsGetter for MunmapModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallGroupsGetter for MunmapModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for MunmapModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallNumber for MunmapModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_number(&self) -> isize
Auto Trait Implementations§
impl Freeze for MunmapModifiedArgs
impl RefUnwindSafe for MunmapModifiedArgs
impl Send for MunmapModifiedArgs
impl Sync for MunmapModifiedArgs
impl Unpin for MunmapModifiedArgs
impl UnsafeUnpin 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