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