Struct windows::Win32::Storage::IscsiDisc::DUMP_DRIVER
#[repr(C)]pub struct DUMP_DRIVER {
pub DumpDriverList: *mut c_void,
pub DriverName: [u16; 15],
pub BaseName: [u16; 15],
}
Fields§
§DumpDriverList: *mut c_void
§DriverName: [u16; 15]
§BaseName: [u16; 15]
Trait Implementations§
§impl Clone for DUMP_DRIVER
impl Clone for DUMP_DRIVER
§fn clone(&self) -> DUMP_DRIVER
fn clone(&self) -> DUMP_DRIVER
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
impl Debug for DUMP_DRIVER
§impl PartialEq for DUMP_DRIVER
impl PartialEq for DUMP_DRIVER
§fn eq(&self, other: &DUMP_DRIVER) -> bool
fn eq(&self, other: &DUMP_DRIVER) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DUMP_DRIVER
impl Eq for DUMP_DRIVER
impl StructuralPartialEq for DUMP_DRIVER
Auto Trait Implementations§
impl Freeze for DUMP_DRIVER
impl RefUnwindSafe for DUMP_DRIVER
impl !Send for DUMP_DRIVER
impl !Sync for DUMP_DRIVER
impl Unpin for DUMP_DRIVER
impl UnwindSafe for DUMP_DRIVER
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
)