Struct nix::sys::socket::sockopt::UdpGsoSegment
pub struct UdpGsoSegment;Trait Implementations
impl Clone for UdpGsoSegment
fn clone(&Self) -> UdpGsoSegmentimpl Copy for UdpGsoSegmentimpl Debug for UdpGsoSegment
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for UdpGsoSegmentimpl Hash for UdpGsoSegment
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<UdpGsoSegment> for UdpGsoSegment
fn eq(&Self, other: &UdpGsoSegment) -> boolimpl StructuralEq for UdpGsoSegmentimpl StructuralPartialEq for UdpGsoSegmentimpl SetSockOpt for UdpGsoSegment
impl GetSockOpt for UdpGsoSegment
Auto Trait Implementations
impl RefUnwindSafe for UdpGsoSegmentimpl Send for UdpGsoSegmentimpl Sync for UdpGsoSegmentimpl Unpin for UdpGsoSegmentimpl UnwindSafe for UdpGsoSegmentBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T