Struct winapi::um::winnt::SHARED_VIRTUAL_DISK_SUPPORT
source · #[repr(C)]pub struct SHARED_VIRTUAL_DISK_SUPPORT {
pub SharedVirtualDiskSupport: SharedVirtualDiskSupportType,
pub HandleState: SharedVirtualDiskHandleState,
}Fields§
§HandleState: SharedVirtualDiskHandleStateTrait Implementations§
source§impl Clone for SHARED_VIRTUAL_DISK_SUPPORT
impl Clone for SHARED_VIRTUAL_DISK_SUPPORT
source§fn clone(&self) -> SHARED_VIRTUAL_DISK_SUPPORT
fn clone(&self) -> SHARED_VIRTUAL_DISK_SUPPORT
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