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