#[repr(C)]pub struct _COMPACT_VIRTUAL_DISK_PARAMETERS {
pub Version: COMPACT_VIRTUAL_DISK_VERSION,
pub __bindgen_anon_1: _COMPACT_VIRTUAL_DISK_PARAMETERS__bindgen_ty_1,
}Fields§
§Version: COMPACT_VIRTUAL_DISK_VERSION§__bindgen_anon_1: _COMPACT_VIRTUAL_DISK_PARAMETERS__bindgen_ty_1Trait Implementations§
Source§impl Clone for _COMPACT_VIRTUAL_DISK_PARAMETERS
impl Clone for _COMPACT_VIRTUAL_DISK_PARAMETERS
Source§fn clone(&self) -> _COMPACT_VIRTUAL_DISK_PARAMETERS
fn clone(&self) -> _COMPACT_VIRTUAL_DISK_PARAMETERS
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 moreimpl Copy for _COMPACT_VIRTUAL_DISK_PARAMETERS
Auto Trait Implementations§
impl Freeze for _COMPACT_VIRTUAL_DISK_PARAMETERS
impl RefUnwindSafe for _COMPACT_VIRTUAL_DISK_PARAMETERS
impl Send for _COMPACT_VIRTUAL_DISK_PARAMETERS
impl Sync for _COMPACT_VIRTUAL_DISK_PARAMETERS
impl Unpin for _COMPACT_VIRTUAL_DISK_PARAMETERS
impl UnwindSafe for _COMPACT_VIRTUAL_DISK_PARAMETERS
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