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