Struct windows::Win32::Storage::VirtualDiskService::VDS_PATH_ID
#[repr(C)]pub struct VDS_PATH_ID {
pub ullSourceId: u64,
pub ullPathId: u64,
}
Fields§
§ullSourceId: u64
§ullPathId: u64
Trait Implementations§
§impl Clone for VDS_PATH_ID
impl Clone for VDS_PATH_ID
§fn clone(&self) -> VDS_PATH_ID
fn clone(&self) -> VDS_PATH_ID
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_PATH_ID
impl Debug for VDS_PATH_ID
§impl PartialEq for VDS_PATH_ID
impl PartialEq for VDS_PATH_ID
§fn eq(&self, other: &VDS_PATH_ID) -> bool
fn eq(&self, other: &VDS_PATH_ID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_PATH_ID
impl Eq for VDS_PATH_ID
impl StructuralPartialEq for VDS_PATH_ID
Auto Trait Implementations§
impl Freeze for VDS_PATH_ID
impl RefUnwindSafe for VDS_PATH_ID
impl Send for VDS_PATH_ID
impl Sync for VDS_PATH_ID
impl Unpin for VDS_PATH_ID
impl UnwindSafe for VDS_PATH_ID
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
)