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