pub struct MEMORY_DEVICE_SIZE_CHANGE {
pub id: Option<String>,
pub qom_path: String,
pub size: u64,
}Fields§
§id: Option<String>§qom_path: String§size: u64Trait Implementations§
Source§impl Clone for MEMORY_DEVICE_SIZE_CHANGE
impl Clone for MEMORY_DEVICE_SIZE_CHANGE
Source§fn clone(&self) -> MEMORY_DEVICE_SIZE_CHANGE
fn clone(&self) -> MEMORY_DEVICE_SIZE_CHANGE
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 MEMORY_DEVICE_SIZE_CHANGE
impl Debug for MEMORY_DEVICE_SIZE_CHANGE
Source§impl<'de> Deserialize<'de> for MEMORY_DEVICE_SIZE_CHANGE
impl<'de> Deserialize<'de> for MEMORY_DEVICE_SIZE_CHANGE
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
Source§impl Event for MEMORY_DEVICE_SIZE_CHANGE
impl Event for MEMORY_DEVICE_SIZE_CHANGE
Auto Trait Implementations§
impl Freeze for MEMORY_DEVICE_SIZE_CHANGE
impl RefUnwindSafe for MEMORY_DEVICE_SIZE_CHANGE
impl Send for MEMORY_DEVICE_SIZE_CHANGE
impl Sync for MEMORY_DEVICE_SIZE_CHANGE
impl Unpin for MEMORY_DEVICE_SIZE_CHANGE
impl UnwindSafe for MEMORY_DEVICE_SIZE_CHANGE
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