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