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