pub struct Mark;
Expand description
Set the mark for each packet sent through this socket (similar to the netfilter MARK target but socket-based).
Trait Implementations
sourceimpl GetSockOpt for Mark
impl GetSockOpt for Mark
sourceimpl SetSockOpt for Mark
impl SetSockOpt for Mark
impl Copy for Mark
impl Eq for Mark
impl StructuralEq for Mark
impl StructuralPartialEq for Mark
Auto Trait Implementations
impl RefUnwindSafe for Mark
impl Send for Mark
impl Sync for Mark
impl Unpin for Mark
impl UnwindSafe for Mark
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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