pub struct NvmeControllerPropertiesUpdate {
pub ana_characteristics: Option<Vec<AnaCharacteristicsUpdate>>,
}Expand description
Update struct corresponding to NvmeControllerProperties
Fields§
§ana_characteristics: Option<Vec<AnaCharacteristicsUpdate>>Implementations§
Source§impl NvmeControllerPropertiesUpdate
impl NvmeControllerPropertiesUpdate
pub fn builder() -> Self
pub const fn build(self) -> Self
pub fn with_ana_characteristics(self, v: Vec<AnaCharacteristicsUpdate>) -> Self
Trait Implementations§
Source§impl Default for NvmeControllerPropertiesUpdate
impl Default for NvmeControllerPropertiesUpdate
Source§fn default() -> NvmeControllerPropertiesUpdate
fn default() -> NvmeControllerPropertiesUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NvmeControllerPropertiesUpdate
impl RefUnwindSafe for NvmeControllerPropertiesUpdate
impl Send for NvmeControllerPropertiesUpdate
impl Sync for NvmeControllerPropertiesUpdate
impl Unpin for NvmeControllerPropertiesUpdate
impl UnsafeUnpin for NvmeControllerPropertiesUpdate
impl UnwindSafe for NvmeControllerPropertiesUpdate
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