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 more
sourceimpl 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
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 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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more