pub struct HtbGlob {
pub version: u32,
pub rate2quantum: u32,
pub defcls: u32,
pub debug: u32,
pub direct_pkts: u32,
}
Expand description
Defined in include/uapi/linux/pkt_sched.h
as struct tc_htb_glob
.
Fields§
§version: u32
§rate2quantum: u32
§defcls: u32
§debug: u32
§direct_pkts: u32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HtbGlob
impl<'de> Deserialize<'de> for HtbGlob
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for HtbGlob
Auto Trait Implementations§
impl Freeze for HtbGlob
impl RefUnwindSafe for HtbGlob
impl Send for HtbGlob
impl Sync for HtbGlob
impl Unpin for HtbGlob
impl UnwindSafe for HtbGlob
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more