Struct nix::sys::socket::sockopt::IpTransparent [−][src]
pub struct IpTransparent;
Trait Implementations
impl Copy for IpTransparent[src]
impl Copy for IpTransparentimpl Clone for IpTransparent[src]
impl Clone for IpTransparentfn clone(&self) -> IpTransparent[src]
fn clone(&self) -> IpTransparentReturns 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 IpTransparent[src]
impl Debug for IpTransparentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl SetSockOpt for IpTransparent[src]
impl SetSockOpt for IpTransparentimpl GetSockOpt for IpTransparent[src]
impl GetSockOpt for IpTransparentAuto Trait Implementations
impl Send for IpTransparent
impl Send for IpTransparentimpl Sync for IpTransparent
impl Sync for IpTransparent