pub struct OobInline;
Expand description
If this option is enabled, out-of-band data is directly placed into the receive data stream.
Trait Implementations§
source§impl GetSockOpt for OobInline
impl GetSockOpt for OobInline
source§impl SetSockOpt for OobInline
impl SetSockOpt for OobInline
impl Copy for OobInline
impl Eq for OobInline
impl StructuralPartialEq for OobInline
Auto Trait Implementations§
impl Freeze for OobInline
impl RefUnwindSafe for OobInline
impl Send for OobInline
impl Sync for OobInline
impl Unpin for OobInline
impl UnwindSafe for OobInline
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)