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