pub struct CxlUpdate {
pub staged_volatile_size_mi_b: Option<Int64>,
pub staged_non_volatile_size_mi_b: Option<Int64>,
}Expand description
Update struct corresponding to Cxl
Fields§
§staged_volatile_size_mi_b: Option<Int64>§staged_non_volatile_size_mi_b: Option<Int64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CxlUpdate
impl RefUnwindSafe for CxlUpdate
impl Send for CxlUpdate
impl Sync for CxlUpdate
impl Unpin for CxlUpdate
impl UnsafeUnpin for CxlUpdate
impl UnwindSafe for CxlUpdate
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