#[repr(C)]pub struct VDS_ISCSI_PORTAL_PROP {
pub id: GUID,
pub address: VDS_IPADDRESS,
pub status: VDS_ISCSI_PORTAL_STATUS,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
id: GUID
address: VDS_IPADDRESS
status: VDS_ISCSI_PORTAL_STATUS
Trait Implementations
impl Clone for VDS_ISCSI_PORTAL_PROP
impl Clone for VDS_ISCSI_PORTAL_PROP
impl Copy for VDS_ISCSI_PORTAL_PROP
Auto Trait Implementations
impl RefUnwindSafe for VDS_ISCSI_PORTAL_PROP
impl Send for VDS_ISCSI_PORTAL_PROP
impl Sync for VDS_ISCSI_PORTAL_PROP
impl Unpin for VDS_ISCSI_PORTAL_PROP
impl UnwindSafe for VDS_ISCSI_PORTAL_PROP
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