Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
pKey: *mut u8
ulKeySize: u32
Trait Implementations
impl Clone for VDS_ISCSI_IPSEC_KEY
impl Clone for VDS_ISCSI_IPSEC_KEY
impl Copy for VDS_ISCSI_IPSEC_KEY
Auto Trait Implementations
impl RefUnwindSafe for VDS_ISCSI_IPSEC_KEY
impl !Send for VDS_ISCSI_IPSEC_KEY
impl !Sync for VDS_ISCSI_IPSEC_KEY
impl Unpin for VDS_ISCSI_IPSEC_KEY
impl UnwindSafe for VDS_ISCSI_IPSEC_KEY
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