Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_UNIQUE_SESSION_ID
#[repr(C)]pub struct ISCSI_UNIQUE_SESSION_ID {
pub AdapterUnique: u64,
pub AdapterSpecific: u64,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more