#[repr(C)]pub struct VDS_ISCSI_SHARED_SECRET {
pub pSharedSecret: *mut u8,
pub ulSharedSecretSize: u32,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
Trait Implementations
impl Clone for VDS_ISCSI_SHARED_SECRET
impl Clone for VDS_ISCSI_SHARED_SECRET
impl Copy for VDS_ISCSI_SHARED_SECRET
Auto Trait Implementations
impl RefUnwindSafe for VDS_ISCSI_SHARED_SECRET
impl !Send for VDS_ISCSI_SHARED_SECRET
impl !Sync for VDS_ISCSI_SHARED_SECRET
impl Unpin for VDS_ISCSI_SHARED_SECRET
impl UnwindSafe for VDS_ISCSI_SHARED_SECRET
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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