pub struct Eventfd2RawArgs {
pub initval: c_uint,
pub flags: c_int,
}Fields§
§initval: c_uint§flags: c_intTrait Implementations§
Source§impl Clone for Eventfd2RawArgs
impl Clone for Eventfd2RawArgs
Source§fn clone(&self) -> Eventfd2RawArgs
fn clone(&self) -> Eventfd2RawArgs
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 Eventfd2RawArgs
impl Debug for Eventfd2RawArgs
Source§impl PartialEq for Eventfd2RawArgs
impl PartialEq for Eventfd2RawArgs
Source§impl SyscallGroupsGetter for Eventfd2RawArgs
impl SyscallGroupsGetter for Eventfd2RawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for Eventfd2RawArgs
impl SyscallNumber for Eventfd2RawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for Eventfd2RawArgs
impl SyscallStopInspect for Eventfd2RawArgs
type Args = Eventfd2Args
type Result = Eventfd2ModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for Eventfd2RawArgs
impl StructuralPartialEq for Eventfd2RawArgs
Auto Trait Implementations§
impl Freeze for Eventfd2RawArgs
impl RefUnwindSafe for Eventfd2RawArgs
impl Send for Eventfd2RawArgs
impl Sync for Eventfd2RawArgs
impl Unpin for Eventfd2RawArgs
impl UnwindSafe for Eventfd2RawArgs
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