pub struct Htb {
pub parms: Option<HtbOpt>,
pub init: Option<HtbGlob>,
pub ctab: Vec<u8>,
pub rtab: Vec<u8>,
pub direct_qlen: Option<u32>,
pub rate64: Option<u64>,
pub ceil64: Option<u64>,
}
Expand description
Defined in include/uapi/linux/pkt_sched.h
.
Fields§
§parms: Option<HtbOpt>
§init: Option<HtbGlob>
§ctab: Vec<u8>
§rtab: Vec<u8>
§direct_qlen: Option<u32>
§rate64: Option<u64>
§ceil64: Option<u64>
Implementations§
Trait Implementations§
impl StructuralPartialEq for Htb
Auto Trait Implementations§
impl Freeze for Htb
impl RefUnwindSafe for Htb
impl Send for Htb
impl Sync for Htb
impl Unpin for Htb
impl UnwindSafe for Htb
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