Struct windows::Win32::Storage::VirtualDiskService::VDS_INPUT_DISK
#[repr(C)]pub struct VDS_INPUT_DISK {
pub diskId: GUID,
pub ullSize: u64,
pub plexId: GUID,
pub memberIdx: u32,
}
Fields§
§diskId: GUID
§ullSize: u64
§plexId: GUID
§memberIdx: u32
Trait Implementations§
§impl Clone for VDS_INPUT_DISK
impl Clone for VDS_INPUT_DISK
§fn clone(&self) -> VDS_INPUT_DISK
fn clone(&self) -> VDS_INPUT_DISK
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 VDS_INPUT_DISK
impl Debug for VDS_INPUT_DISK
§impl Default for VDS_INPUT_DISK
impl Default for VDS_INPUT_DISK
§impl PartialEq for VDS_INPUT_DISK
impl PartialEq for VDS_INPUT_DISK
§fn eq(&self, other: &VDS_INPUT_DISK) -> bool
fn eq(&self, other: &VDS_INPUT_DISK) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_INPUT_DISK
impl Eq for VDS_INPUT_DISK
impl StructuralPartialEq for VDS_INPUT_DISK
Auto Trait Implementations§
impl Freeze for VDS_INPUT_DISK
impl RefUnwindSafe for VDS_INPUT_DISK
impl Send for VDS_INPUT_DISK
impl Sync for VDS_INPUT_DISK
impl Unpin for VDS_INPUT_DISK
impl UnwindSafe for VDS_INPUT_DISK
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)