Struct qapi_qmp::BlockdevOptionsVVFAT
source · [−]pub struct BlockdevOptionsVVFAT {
pub rw: Option<bool>,
pub label: Option<String>,
pub dir: String,
pub fat_type: Option<i32>,
pub floppy: Option<bool>,
}Fields
rw: Option<bool>label: Option<String>dir: Stringfat_type: Option<i32>floppy: Option<bool>Trait Implementations
sourceimpl Clone for BlockdevOptionsVVFAT
impl Clone for BlockdevOptionsVVFAT
sourcefn clone(&self) -> BlockdevOptionsVVFAT
fn clone(&self) -> BlockdevOptionsVVFAT
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 more
sourceimpl Debug for BlockdevOptionsVVFAT
impl Debug for BlockdevOptionsVVFAT
sourceimpl<'de> Deserialize<'de> for BlockdevOptionsVVFAT
impl<'de> Deserialize<'de> for BlockdevOptionsVVFAT
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
sourceimpl Serialize for BlockdevOptionsVVFAT
impl Serialize for BlockdevOptionsVVFAT
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsVVFAT
impl Send for BlockdevOptionsVVFAT
impl Sync for BlockdevOptionsVVFAT
impl Unpin for BlockdevOptionsVVFAT
impl UnwindSafe for BlockdevOptionsVVFAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more