Struct nix::sys::socket::sockopt::SndBufForce [−][src]
pub struct SndBufForce;
Trait Implementations
impl Copy for SndBufForce[src]
impl Copy for SndBufForceimpl Clone for SndBufForce[src]
impl Clone for SndBufForcefn clone(&self) -> SndBufForce[src]
fn clone(&self) -> SndBufForceReturns 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 SndBufForce[src]
impl Debug for SndBufForcefn 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 SndBufForce[src]
impl SetSockOpt for SndBufForceAuto Trait Implementations
impl Send for SndBufForce
impl Send for SndBufForceimpl Sync for SndBufForce
impl Sync for SndBufForce