Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_UNIQUE_SESSION_ID
[−]Expand description
Required features: ‘Win32_Storage_IscsiDisc’
Fields
AdapterUnique: u64
AdapterSpecific: u64
Trait Implementations
impl Clone for ISCSI_UNIQUE_SESSION_ID
impl Clone for ISCSI_UNIQUE_SESSION_ID
impl Copy for ISCSI_UNIQUE_SESSION_ID
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_UNIQUE_SESSION_ID
impl Send for ISCSI_UNIQUE_SESSION_ID
impl Sync for ISCSI_UNIQUE_SESSION_ID
impl Unpin for ISCSI_UNIQUE_SESSION_ID
impl UnwindSafe for ISCSI_UNIQUE_SESSION_ID
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