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