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