pub struct PushOpGetDoReply<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Expand description
Get devlink instances.
Implementations§
Source§impl<Prev: Rec> PushOpGetDoReply<Prev>
impl<Prev: Rec> PushOpGetDoReply<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_bus_name(self, value: &CStr) -> Self
pub fn push_bus_name_bytes(self, value: &[u8]) -> Self
pub fn push_dev_name(self, value: &CStr) -> Self
pub fn push_dev_name_bytes(self, value: &[u8]) -> Self
pub fn push_reload_failed(self, value: u8) -> Self
pub fn nested_dev_stats(self) -> PushDlDevStats<Self>
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGetDoReply<Prev>
impl<Prev: Rec> Drop for PushOpGetDoReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGetDoReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGetDoReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGetDoReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGetDoReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGetDoReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGetDoReply<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