#[repr(C)]pub struct VDS_ISCSI_TARGET_PROP {
pub id: GUID,
pub pwszIscsiName: PWSTR,
pub pwszFriendlyName: PWSTR,
pub bChapEnabled: BOOL,
}
Expand description
Required features: ‘Win32_Storage_VirtualDiskService’, ‘Win32_Foundation’
Fields
id: GUID
pwszIscsiName: PWSTR
pwszFriendlyName: PWSTR
bChapEnabled: BOOL
Trait Implementations
impl Clone for VDS_ISCSI_TARGET_PROP
impl Clone for VDS_ISCSI_TARGET_PROP
impl Copy for VDS_ISCSI_TARGET_PROP
Auto Trait Implementations
impl RefUnwindSafe for VDS_ISCSI_TARGET_PROP
impl !Send for VDS_ISCSI_TARGET_PROP
impl !Sync for VDS_ISCSI_TARGET_PROP
impl Unpin for VDS_ISCSI_TARGET_PROP
impl UnwindSafe for VDS_ISCSI_TARGET_PROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more