pub enum CableTestTdrNtf<'a> {
Header(IterableHeader<'a>),
Status(u8),
Nest(IterableCableNest<'a>),
}Available on crate feature
ethtool only.Variants§
Implementations§
Source§impl CableTestTdrNtf<'_>
impl CableTestTdrNtf<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableCableTestTdrNtf<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for CableTestTdrNtf<'a>
impl<'a> Clone for CableTestTdrNtf<'a>
Source§fn clone(&self) -> CableTestTdrNtf<'a>
fn clone(&self) -> CableTestTdrNtf<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for CableTestTdrNtf<'a>
impl<'a> RefUnwindSafe for CableTestTdrNtf<'a>
impl<'a> Send for CableTestTdrNtf<'a>
impl<'a> Sync for CableTestTdrNtf<'a>
impl<'a> Unpin for CableTestTdrNtf<'a>
impl<'a> UnsafeUnpin for CableTestTdrNtf<'a>
impl<'a> UnwindSafe for CableTestTdrNtf<'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