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