Struct SHARED_VIRTUAL_DISK_SUPPORT
#[repr(C)]pub struct SHARED_VIRTUAL_DISK_SUPPORT {
pub SharedVirtualDiskSupport: SharedVirtualDiskSupportType,
pub HandleState: SharedVirtualDiskHandleState,
}
Fields§
§HandleState: SharedVirtualDiskHandleState
Trait Implementations§
§impl Clone for SHARED_VIRTUAL_DISK_SUPPORT
impl Clone for SHARED_VIRTUAL_DISK_SUPPORT
§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 moreimpl Copy for SHARED_VIRTUAL_DISK_SUPPORT
Auto Trait Implementations§
impl Freeze for SHARED_VIRTUAL_DISK_SUPPORT
impl RefUnwindSafe for SHARED_VIRTUAL_DISK_SUPPORT
impl Send for SHARED_VIRTUAL_DISK_SUPPORT
impl Sync for SHARED_VIRTUAL_DISK_SUPPORT
impl Unpin for SHARED_VIRTUAL_DISK_SUPPORT
impl UnwindSafe for SHARED_VIRTUAL_DISK_SUPPORT
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