pub enum TcaHtb {
Unspec = 0,
Parms = 1,
Init = 2,
Ctab = 3,
Rtab = 4,
DirectQlen = 5,
Rate64 = 6,
Ceil64 = 7,
Pad = 8,
Max = 9,
}
Variants§
Unspec = 0
Parms = 1
Init = 2
Ctab = 3
Rtab = 4
DirectQlen = 5
Rate64 = 6
Ceil64 = 7
Pad = 8
Max = 9
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcaHtb
impl RefUnwindSafe for TcaHtb
impl Send for TcaHtb
impl Sync for TcaHtb
impl Unpin for TcaHtb
impl UnwindSafe for TcaHtb
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