pub struct NvmeNamespacePropertiesUpdate {
pub is_shareable: Option<Boolean>,
}Expand description
Update struct corresponding to NvmeNamespaceProperties
Fields§
Implementations§
Trait Implementations§
Source§impl Default for NvmeNamespacePropertiesUpdate
impl Default for NvmeNamespacePropertiesUpdate
Source§fn default() -> NvmeNamespacePropertiesUpdate
fn default() -> NvmeNamespacePropertiesUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NvmeNamespacePropertiesUpdate
impl RefUnwindSafe for NvmeNamespacePropertiesUpdate
impl Send for NvmeNamespacePropertiesUpdate
impl Sync for NvmeNamespacePropertiesUpdate
impl Unpin for NvmeNamespacePropertiesUpdate
impl UnsafeUnpin for NvmeNamespacePropertiesUpdate
impl UnwindSafe for NvmeNamespacePropertiesUpdate
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