pub struct PushMse<Prev: Pusher> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Source§impl<Prev: Pusher> PushMse<Prev>
impl<Prev: Pusher> PushMse<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_header(self) -> PushHeader<Self>
pub fn nested_capabilities(self) -> PushMseCapabilities<Self>
pub fn nested_channel_a(self) -> PushMseSnapshot<Self>
pub fn nested_channel_b(self) -> PushMseSnapshot<Self>
pub fn nested_channel_c(self) -> PushMseSnapshot<Self>
pub fn nested_channel_d(self) -> PushMseSnapshot<Self>
pub fn nested_worst_channel(self) -> PushMseSnapshot<Self>
pub fn nested_link(self) -> PushMseSnapshot<Self>
Trait Implementations§
Auto Trait Implementations§
impl<Prev> Freeze for PushMse<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushMse<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushMse<Prev>where
Prev: Send,
impl<Prev> Sync for PushMse<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushMse<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushMse<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushMse<Prev>where
Prev: UnwindSafe,
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