pub enum OpInfoGetDumpRequest {}Available on crate feature
devlink only.Expand description
Get device information, like driver name, hardware and firmware versions etc.
Implementations§
Source§impl OpInfoGetDumpRequest
impl OpInfoGetDumpRequest
pub fn new<'a>(buf: &'a [u8]) -> IterableOpInfoGetDumpRequest<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpInfoGetDumpRequest
impl Clone for OpInfoGetDumpRequest
Source§fn clone(&self) -> OpInfoGetDumpRequest
fn clone(&self) -> OpInfoGetDumpRequest
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 OpInfoGetDumpRequest
impl RefUnwindSafe for OpInfoGetDumpRequest
impl Send for OpInfoGetDumpRequest
impl Sync for OpInfoGetDumpRequest
impl Unpin for OpInfoGetDumpRequest
impl UnwindSafe for OpInfoGetDumpRequest
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