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