pub struct Ip6tOriginalDst;
Trait Implementations
sourceimpl Clone for Ip6tOriginalDst
impl Clone for Ip6tOriginalDst
sourcefn clone(&self) -> Ip6tOriginalDst
fn clone(&self) -> Ip6tOriginalDst
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 moresourceimpl Debug for Ip6tOriginalDst
impl Debug for Ip6tOriginalDst
sourceimpl GetSockOpt for Ip6tOriginalDst
impl GetSockOpt for Ip6tOriginalDst
type Val = sockaddr_in6
sourcefn get(&self, fd: RawFd) -> Result<sockaddr_in6>
fn get(&self, fd: RawFd) -> Result<sockaddr_in6>
Look up the value of this socket option on the given socket.
sourceimpl Hash for Ip6tOriginalDst
impl Hash for Ip6tOriginalDst
sourceimpl PartialEq<Ip6tOriginalDst> for Ip6tOriginalDst
impl PartialEq<Ip6tOriginalDst> for Ip6tOriginalDst
sourcefn eq(&self, other: &Ip6tOriginalDst) -> bool
fn eq(&self, other: &Ip6tOriginalDst) -> bool
impl Copy for Ip6tOriginalDst
impl Eq for Ip6tOriginalDst
impl StructuralEq for Ip6tOriginalDst
impl StructuralPartialEq for Ip6tOriginalDst
Auto Trait Implementations
impl RefUnwindSafe for Ip6tOriginalDst
impl Send for Ip6tOriginalDst
impl Sync for Ip6tOriginalDst
impl Unpin for Ip6tOriginalDst
impl UnwindSafe for Ip6tOriginalDst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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