Struct nix::sys::socket::sockopt::Mark [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for Mark
impl UnwindSafe for Mark
Blanket Implementations
Mutably borrows from an owned value. Read more