pub struct IpTransparent;
Trait Implementations
sourceimpl Clone for IpTransparent
impl Clone for IpTransparent
sourcefn clone(&self) -> IpTransparent
fn clone(&self) -> IpTransparent
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 IpTransparent
impl Debug for IpTransparent
sourceimpl GetSockOpt for IpTransparent
impl GetSockOpt for IpTransparent
sourceimpl Hash for IpTransparent
impl Hash for IpTransparent
sourceimpl PartialEq<IpTransparent> for IpTransparent
impl PartialEq<IpTransparent> for IpTransparent
sourceimpl SetSockOpt for IpTransparent
impl SetSockOpt for IpTransparent
impl Copy for IpTransparent
impl Eq for IpTransparent
impl StructuralEq for IpTransparent
impl StructuralPartialEq for IpTransparent
Auto Trait Implementations
impl RefUnwindSafe for IpTransparent
impl Send for IpTransparent
impl Sync for IpTransparent
impl Unpin for IpTransparent
impl UnwindSafe for IpTransparent
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