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::Result
impl Hash for Mark
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Mark
impl StructuralPartialEq for Mark
Auto Trait Implementations
impl RefUnwindSafe for Mark
impl UnwindSafe for Mark
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T