pub struct PushStrset<Prev: Pusher> { /* private fields */ }Available on crate feature
ethtool only.Implementations§
Source§impl<Prev: Pusher> PushStrset<Prev>
impl<Prev: Pusher> PushStrset<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_header(self) -> PushHeader<Self>
pub fn nested_stringsets(self) -> PushStringsets<Self>
pub fn push_counts_only(self, value: ()) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushStrset<Prev>
impl<Prev: Pusher> Drop for PushStrset<Prev>
Source§impl<Prev: Pusher> Pusher for PushStrset<Prev>
impl<Prev: Pusher> Pusher for PushStrset<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushStrset<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushStrset<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushStrset<Prev>where
Prev: Send,
impl<Prev> Sync for PushStrset<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushStrset<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushStrset<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushStrset<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