pub enum Wol<'a> {
Header(IterableHeader<'a>),
Modes(IterableBitset<'a>),
Sopass(&'a [u8]),
}Available on crate feature
ethtool only.Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Wol<'a>
impl<'a> RefUnwindSafe for Wol<'a>
impl<'a> Send for Wol<'a>
impl<'a> Sync for Wol<'a>
impl<'a> Unpin for Wol<'a>
impl<'a> UnsafeUnpin for Wol<'a>
impl<'a> UnwindSafe for Wol<'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