Struct windows_sys::Win32::Networking::Clustering::CLUSPROP_SCSI_ADDRESS
[−]#[repr(C)]pub struct CLUSPROP_SCSI_ADDRESS {
pub Base: CLUSPROP_VALUE,
pub Base2: CLUS_SCSI_ADDRESS,
}Expand description
Required features: "Win32_Networking_Clustering"
Fields
Base: CLUSPROP_VALUEBase2: CLUS_SCSI_ADDRESSTrait Implementations
impl Clone for CLUSPROP_SCSI_ADDRESS
impl Clone for CLUSPROP_SCSI_ADDRESS
impl Copy for CLUSPROP_SCSI_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for CLUSPROP_SCSI_ADDRESS
impl Send for CLUSPROP_SCSI_ADDRESS
impl Sync for CLUSPROP_SCSI_ADDRESS
impl Unpin for CLUSPROP_SCSI_ADDRESS
impl UnwindSafe for CLUSPROP_SCSI_ADDRESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more