#[repr(C)]pub struct _EXPAND_VIRTUAL_DISK_PARAMETERS {
pub Version: EXPAND_VIRTUAL_DISK_VERSION,
pub __bindgen_anon_1: _EXPAND_VIRTUAL_DISK_PARAMETERS__bindgen_ty_1,
}Fields§
§Version: EXPAND_VIRTUAL_DISK_VERSION§__bindgen_anon_1: _EXPAND_VIRTUAL_DISK_PARAMETERS__bindgen_ty_1Trait Implementations§
Source§impl Clone for _EXPAND_VIRTUAL_DISK_PARAMETERS
impl Clone for _EXPAND_VIRTUAL_DISK_PARAMETERS
Source§fn clone(&self) -> _EXPAND_VIRTUAL_DISK_PARAMETERS
fn clone(&self) -> _EXPAND_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 _EXPAND_VIRTUAL_DISK_PARAMETERS
Auto Trait Implementations§
impl Freeze for _EXPAND_VIRTUAL_DISK_PARAMETERS
impl RefUnwindSafe for _EXPAND_VIRTUAL_DISK_PARAMETERS
impl Send for _EXPAND_VIRTUAL_DISK_PARAMETERS
impl Sync for _EXPAND_VIRTUAL_DISK_PARAMETERS
impl Unpin for _EXPAND_VIRTUAL_DISK_PARAMETERS
impl UnwindSafe for _EXPAND_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