Struct windows::Win32::Storage::VirtualDiskService::VDS_HBAPORT_PROP
#[repr(C)]pub struct VDS_HBAPORT_PROP {
pub id: GUID,
pub wwnNode: VDS_WWN,
pub wwnPort: VDS_WWN,
pub type: VDS_HBAPORT_TYPE,
pub status: VDS_HBAPORT_STATUS,
pub ulPortSpeed: u32,
pub ulSupportedPortSpeed: u32,
}
Fields§
§id: GUID
§wwnNode: VDS_WWN
§wwnPort: VDS_WWN
§type: VDS_HBAPORT_TYPE
§status: VDS_HBAPORT_STATUS
§ulPortSpeed: u32
§ulSupportedPortSpeed: u32
Trait Implementations§
§impl Clone for VDS_HBAPORT_PROP
impl Clone for VDS_HBAPORT_PROP
§fn clone(&self) -> VDS_HBAPORT_PROP
fn clone(&self) -> VDS_HBAPORT_PROP
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_HBAPORT_PROP
impl Debug for VDS_HBAPORT_PROP
§impl Default for VDS_HBAPORT_PROP
impl Default for VDS_HBAPORT_PROP
§impl PartialEq for VDS_HBAPORT_PROP
impl PartialEq for VDS_HBAPORT_PROP
§fn eq(&self, other: &VDS_HBAPORT_PROP) -> bool
fn eq(&self, other: &VDS_HBAPORT_PROP) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VDS_HBAPORT_PROP
impl Eq for VDS_HBAPORT_PROP
impl StructuralPartialEq for VDS_HBAPORT_PROP
Auto Trait Implementations§
impl Freeze for VDS_HBAPORT_PROP
impl RefUnwindSafe for VDS_HBAPORT_PROP
impl Send for VDS_HBAPORT_PROP
impl Sync for VDS_HBAPORT_PROP
impl Unpin for VDS_HBAPORT_PROP
impl UnwindSafe for VDS_HBAPORT_PROP
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
)