Struct nix::sys::socket::sockopt::Mark
pub struct Mark;Documentation
Set the mark for each packet sent through this socket (similar to the netfilter MARK target but socket-based).
Trait Implementations
impl Debug for Mark
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for Mark
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for Markimpl StructuralPartialEq for MarkAuto Trait Implementations
impl RefUnwindSafe for Markimpl UnwindSafe for MarkBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T