Struct nix::sys::socket::sockopt::OriginalDst [−][src]
pub struct OriginalDst;
Trait Implementations
impl Copy for OriginalDst[src]
impl Copy for OriginalDstimpl Clone for OriginalDst[src]
impl Clone for OriginalDstfn clone(&self) -> OriginalDst[src]
fn clone(&self) -> OriginalDstReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OriginalDst[src]
impl Debug for OriginalDstfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl GetSockOpt for OriginalDst[src]
impl GetSockOpt for OriginalDsttype Val = sockaddr_in
fn get(&self, fd: RawFd) -> Result<sockaddr_in>[src]
fn get(&self, fd: RawFd) -> Result<sockaddr_in>Auto Trait Implementations
impl Send for OriginalDst
impl Send for OriginalDstimpl Sync for OriginalDst
impl Sync for OriginalDst