pub enum FqCodelXStats {
FqCodelQdiscStats(FqCodelQdStats),
}Variants§
FqCodelQdiscStats(FqCodelQdStats)
Implementations§
Source§impl FqCodelXStats
impl FqCodelXStats
pub fn new(xstats: &TcFqCodelXstats) -> Option<Self>
Trait Implementations§
Source§impl Clone for FqCodelXStats
impl Clone for FqCodelXStats
Source§fn clone(&self) -> FqCodelXStats
fn clone(&self) -> FqCodelXStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FqCodelXStats
impl Debug for FqCodelXStats
Source§impl<'de> Deserialize<'de> for FqCodelXStats
impl<'de> Deserialize<'de> for FqCodelXStats
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
Source§impl PartialEq for FqCodelXStats
impl PartialEq for FqCodelXStats
Source§impl Serialize for FqCodelXStats
impl Serialize for FqCodelXStats
impl StructuralPartialEq for FqCodelXStats
Auto Trait Implementations§
impl Freeze for FqCodelXStats
impl RefUnwindSafe for FqCodelXStats
impl Send for FqCodelXStats
impl Sync for FqCodelXStats
impl Unpin for FqCodelXStats
impl UnwindSafe for FqCodelXStats
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