#[repr(C)]pub struct _SHARED_VIRTUAL_DISK_SUPPORT {
pub SharedVirtualDiskSupport: SharedVirtualDiskSupportType,
pub HandleState: SharedVirtualDiskHandleState,
}
Fields§
§HandleState: SharedVirtualDiskHandleState
Trait 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 moreSource§impl Debug for _SHARED_VIRTUAL_DISK_SUPPORT
impl Debug for _SHARED_VIRTUAL_DISK_SUPPORT
Source§impl Ord for _SHARED_VIRTUAL_DISK_SUPPORT
impl Ord for _SHARED_VIRTUAL_DISK_SUPPORT
Source§fn cmp(&self, other: &_SHARED_VIRTUAL_DISK_SUPPORT) -> Ordering
fn cmp(&self, other: &_SHARED_VIRTUAL_DISK_SUPPORT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SHARED_VIRTUAL_DISK_SUPPORT
impl PartialEq for _SHARED_VIRTUAL_DISK_SUPPORT
Source§fn eq(&self, other: &_SHARED_VIRTUAL_DISK_SUPPORT) -> bool
fn eq(&self, other: &_SHARED_VIRTUAL_DISK_SUPPORT) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _SHARED_VIRTUAL_DISK_SUPPORT
impl PartialOrd for _SHARED_VIRTUAL_DISK_SUPPORT
impl Copy for _SHARED_VIRTUAL_DISK_SUPPORT
impl Eq for _SHARED_VIRTUAL_DISK_SUPPORT
impl StructuralPartialEq 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