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