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