pub enum DlReloadStatsEntry {
ReloadStatsLimit(u8),
ReloadStatsValue(u32),
}Available on crate feature
devlink only.Variants§
Implementations§
Source§impl DlReloadStatsEntry
impl DlReloadStatsEntry
pub fn new<'a>(buf: &'a [u8]) -> IterableDlReloadStatsEntry<'a> ⓘ
Trait Implementations§
Source§impl Clone for DlReloadStatsEntry
impl Clone for DlReloadStatsEntry
Source§fn clone(&self) -> DlReloadStatsEntry
fn clone(&self) -> DlReloadStatsEntry
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 Freeze for DlReloadStatsEntry
impl RefUnwindSafe for DlReloadStatsEntry
impl Send for DlReloadStatsEntry
impl Sync for DlReloadStatsEntry
impl Unpin for DlReloadStatsEntry
impl UnsafeUnpin for DlReloadStatsEntry
impl UnwindSafe for DlReloadStatsEntry
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