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