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