Struct windows_sys::Win32::Storage::IscsiDisc::DUMP_DRIVER_EX
#[repr(C)]pub struct DUMP_DRIVER_EX {
pub DumpDriverList: *mut c_void,
pub DriverName: [u16; 15],
pub BaseName: [u16; 15],
pub DriverFullPath: NTSCSI_UNICODE_STRING,
}
Fields§
§DumpDriverList: *mut c_void
§DriverName: [u16; 15]
§BaseName: [u16; 15]
§DriverFullPath: NTSCSI_UNICODE_STRING
Trait Implementations§
§impl Clone for DUMP_DRIVER_EX
impl Clone for DUMP_DRIVER_EX
impl Copy for DUMP_DRIVER_EX
Auto Trait Implementations§
impl RefUnwindSafe for DUMP_DRIVER_EX
impl !Send for DUMP_DRIVER_EX
impl !Sync for DUMP_DRIVER_EX
impl Unpin for DUMP_DRIVER_EX
impl UnwindSafe for DUMP_DRIVER_EX
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