pub enum Rss<'a> {
Header(IterableHeader<'a>),
Context(u32),
Hfunc(u32),
Indir(&'a [u8]),
Hkey(&'a [u8]),
InputXfrm(u32),
StartContext(u32),
FlowHash(IterableFlow<'a>),
}Available on crate feature
ethtool only.Variants§
Header(IterableHeader<'a>)
Context(u32)
Hfunc(u32)
Indir(&'a [u8])
Hkey(&'a [u8])
InputXfrm(u32)
Associated type: InputXfrm (enum)
StartContext(u32)
FlowHash(IterableFlow<'a>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Rss<'a>
impl<'a> RefUnwindSafe for Rss<'a>
impl<'a> Send for Rss<'a>
impl<'a> Sync for Rss<'a>
impl<'a> Unpin for Rss<'a>
impl<'a> UnsafeUnpin for Rss<'a>
impl<'a> UnwindSafe for Rss<'a>
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