pub struct NvmeInfo {
pub model_number: String,
pub firmware_version: String,
}Expand description
A struct to hold the retrieved device information.
Fields§
§model_number: String§firmware_version: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NvmeInfo
impl RefUnwindSafe for NvmeInfo
impl Send for NvmeInfo
impl Sync for NvmeInfo
impl Unpin for NvmeInfo
impl UnsafeUnpin for NvmeInfo
impl UnwindSafe for NvmeInfo
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