pub enum DlDevStats<'a> {
ReloadStats(IterableDlReloadStats<'a>),
RemoteReloadStats(IterableDlReloadStats<'a>),
}Available on crate feature
devlink only.Variants§
ReloadStats(IterableDlReloadStats<'a>)
RemoteReloadStats(IterableDlReloadStats<'a>)
Implementations§
Source§impl DlDevStats<'_>
impl DlDevStats<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableDlDevStats<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for DlDevStats<'a>
impl<'a> Clone for DlDevStats<'a>
Source§fn clone(&self) -> DlDevStats<'a>
fn clone(&self) -> DlDevStats<'a>
Returns a duplicate of the value. Read more
1.0.0 · 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 DlDevStats<'a>
impl<'a> RefUnwindSafe for DlDevStats<'a>
impl<'a> Send for DlDevStats<'a>
impl<'a> Sync for DlDevStats<'a>
impl<'a> Unpin for DlDevStats<'a>
impl<'a> UnwindSafe for DlDevStats<'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