pub struct ShmatArgs {
pub shmid: c_int,
pub shmaddr: AddressType,
pub shmflg: c_int,
}Fields§
§shmid: c_int§shmaddr: AddressType§shmflg: c_intTrait Implementations§
Source§impl From<ShmatArgs> for SyscallArgs
impl From<ShmatArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for ShmatArgs
impl SyscallGroupsGetter for ShmatArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for ShmatArgs
impl SyscallNumber for ShmatArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for ShmatArgs
Auto Trait Implementations§
impl Freeze for ShmatArgs
impl RefUnwindSafe for ShmatArgs
impl !Send for ShmatArgs
impl !Sync for ShmatArgs
impl Unpin for ShmatArgs
impl UnwindSafe for ShmatArgs
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