Struct SET_VIRTUAL_DISK_INFO_VERSION
#[repr(transparent)]pub struct SET_VIRTUAL_DISK_INFO_VERSION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SET_VIRTUAL_DISK_INFO_VERSION
impl Clone for SET_VIRTUAL_DISK_INFO_VERSION
§fn clone(&self) -> SET_VIRTUAL_DISK_INFO_VERSION
fn clone(&self) -> SET_VIRTUAL_DISK_INFO_VERSION
Returns a copy 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 more§impl Debug for SET_VIRTUAL_DISK_INFO_VERSION
impl Debug for SET_VIRTUAL_DISK_INFO_VERSION
§impl Default for SET_VIRTUAL_DISK_INFO_VERSION
impl Default for SET_VIRTUAL_DISK_INFO_VERSION
§fn default() -> SET_VIRTUAL_DISK_INFO_VERSION
fn default() -> SET_VIRTUAL_DISK_INFO_VERSION
Returns the “default value” for a type. Read more
§impl PartialEq for SET_VIRTUAL_DISK_INFO_VERSION
impl PartialEq for SET_VIRTUAL_DISK_INFO_VERSION
impl Copy for SET_VIRTUAL_DISK_INFO_VERSION
impl Eq for SET_VIRTUAL_DISK_INFO_VERSION
impl StructuralPartialEq for SET_VIRTUAL_DISK_INFO_VERSION
Auto Trait Implementations§
impl Freeze for SET_VIRTUAL_DISK_INFO_VERSION
impl RefUnwindSafe for SET_VIRTUAL_DISK_INFO_VERSION
impl Send for SET_VIRTUAL_DISK_INFO_VERSION
impl Sync for SET_VIRTUAL_DISK_INFO_VERSION
impl Unpin for SET_VIRTUAL_DISK_INFO_VERSION
impl UnwindSafe for SET_VIRTUAL_DISK_INFO_VERSION
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