pub struct UdpGsoSegment;
Trait Implementations
sourceimpl Clone for UdpGsoSegment
impl Clone for UdpGsoSegment
sourcefn clone(&self) -> UdpGsoSegment
fn clone(&self) -> UdpGsoSegment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for UdpGsoSegment
impl Debug for UdpGsoSegment
sourceimpl GetSockOpt for UdpGsoSegment
impl GetSockOpt for UdpGsoSegment
sourceimpl Hash for UdpGsoSegment
impl Hash for UdpGsoSegment
sourceimpl PartialEq<UdpGsoSegment> for UdpGsoSegment
impl PartialEq<UdpGsoSegment> for UdpGsoSegment
sourceimpl SetSockOpt for UdpGsoSegment
impl SetSockOpt for UdpGsoSegment
impl Copy for UdpGsoSegment
impl Eq for UdpGsoSegment
impl StructuralEq for UdpGsoSegment
impl StructuralPartialEq 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more