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