Struct windows::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
§fn clone(&self) -> DUMP_DRIVER_EX
fn clone(&self) -> DUMP_DRIVER_EX
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DUMP_DRIVER_EX
impl Debug for DUMP_DRIVER_EX
§impl Default for DUMP_DRIVER_EX
impl Default for DUMP_DRIVER_EX
§impl PartialEq for DUMP_DRIVER_EX
impl PartialEq for DUMP_DRIVER_EX
§fn eq(&self, other: &DUMP_DRIVER_EX) -> bool
fn eq(&self, other: &DUMP_DRIVER_EX) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DUMP_DRIVER_EX
impl Eq for DUMP_DRIVER_EX
impl StructuralPartialEq for DUMP_DRIVER_EX
Auto Trait Implementations§
impl Freeze for DUMP_DRIVER_EX
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)