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