Struct cgroups_rs::NetworkPriority [−][src]
Expand description
Assigned priority for a network device.
Fields
name: String
The name (as visible in ifconfig
) of the interface.
priority: u64
Assigned priority.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NetworkPriority
impl Send for NetworkPriority
impl Sync for NetworkPriority
impl Unpin for NetworkPriority
impl UnwindSafe for NetworkPriority
Blanket Implementations
Mutably borrows from an owned value. Read more