pub enum OpSelftestsGetDumpRequest {}Available on crate feature
devlink only.Expand description
Get device selftest instances.
Implementations§
Source§impl OpSelftestsGetDumpRequest
impl OpSelftestsGetDumpRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpSelftestsGetDumpRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpSelftestsGetDumpRequest
impl Clone for OpSelftestsGetDumpRequest
Source§fn clone(&self) -> OpSelftestsGetDumpRequest
fn clone(&self) -> OpSelftestsGetDumpRequest
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 OpSelftestsGetDumpRequest
impl RefUnwindSafe for OpSelftestsGetDumpRequest
impl Send for OpSelftestsGetDumpRequest
impl Sync for OpSelftestsGetDumpRequest
impl Unpin for OpSelftestsGetDumpRequest
impl UnwindSafe for OpSelftestsGetDumpRequest
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