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