pub struct SndBuf;
Trait Implementations
sourceimpl GetSockOpt for SndBuf
impl GetSockOpt for SndBuf
sourceimpl SetSockOpt for SndBuf
impl SetSockOpt for SndBuf
impl Copy for SndBuf
impl Eq for SndBuf
impl StructuralEq for SndBuf
impl StructuralPartialEq for SndBuf
Auto Trait Implementations
impl RefUnwindSafe for SndBuf
impl Send for SndBuf
impl Sync for SndBuf
impl Unpin for SndBuf
impl UnwindSafe for SndBuf
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