Struct qapi_qmp::BlockExportOptionsVduseBlk
source · [−]pub struct BlockExportOptionsVduseBlk {
pub logical_block_size: Option<u64>,
pub num_queues: Option<u16>,
pub queue_size: Option<u16>,
pub serial: Option<String>,
pub name: String,
}Fields
logical_block_size: Option<u64>num_queues: Option<u16>queue_size: Option<u16>serial: Option<String>name: StringTrait Implementations
sourceimpl Clone for BlockExportOptionsVduseBlk
impl Clone for BlockExportOptionsVduseBlk
sourcefn clone(&self) -> BlockExportOptionsVduseBlk
fn clone(&self) -> BlockExportOptionsVduseBlk
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BlockExportOptionsVduseBlk
impl Debug for BlockExportOptionsVduseBlk
sourceimpl<'de> Deserialize<'de> for BlockExportOptionsVduseBlk
impl<'de> Deserialize<'de> for BlockExportOptionsVduseBlk
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for BlockExportOptionsVduseBlk
impl Send for BlockExportOptionsVduseBlk
impl Sync for BlockExportOptionsVduseBlk
impl Unpin for BlockExportOptionsVduseBlk
impl UnwindSafe for BlockExportOptionsVduseBlk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more