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