pub struct cxl_release_dynamic_capacity {
pub forced_removal: Option<bool>,
pub sanitize_on_release: Option<bool>,
pub tag: Option<String>,
pub extents: Vec<CxlDynamicCapacityExtent>,
pub host_id: u16,
pub path: String,
pub region: u8,
pub removal_policy: CxlExtentRemovalPolicy,
}
Fields§
§forced_removal: Option<bool>
§sanitize_on_release: Option<bool>
§tag: Option<String>
§extents: Vec<CxlDynamicCapacityExtent>
§host_id: u16
§path: String
§region: u8
§removal_policy: CxlExtentRemovalPolicy
Trait Implementations§
Source§impl Clone for cxl_release_dynamic_capacity
impl Clone for cxl_release_dynamic_capacity
Source§fn clone(&self) -> cxl_release_dynamic_capacity
fn clone(&self) -> cxl_release_dynamic_capacity
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 moreSource§impl Debug for cxl_release_dynamic_capacity
impl Debug for cxl_release_dynamic_capacity
Source§impl<'de> Deserialize<'de> for cxl_release_dynamic_capacity
impl<'de> Deserialize<'de> for cxl_release_dynamic_capacity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl QmpCommand for cxl_release_dynamic_capacity
Auto Trait Implementations§
impl Freeze for cxl_release_dynamic_capacity
impl RefUnwindSafe for cxl_release_dynamic_capacity
impl Send for cxl_release_dynamic_capacity
impl Sync for cxl_release_dynamic_capacity
impl Unpin for cxl_release_dynamic_capacity
impl UnwindSafe for cxl_release_dynamic_capacity
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