#[repr(C, packed(1))]pub struct _DEVICEDUMP_SUBSECTION_POINTER {
pub dwSize: DWORD,
pub dwFlags: DWORD,
pub dwOffset: DWORD,
}Fields§
§dwSize: DWORD§dwFlags: DWORD§dwOffset: DWORDTrait Implementations§
Source§impl Clone for _DEVICEDUMP_SUBSECTION_POINTER
impl Clone for _DEVICEDUMP_SUBSECTION_POINTER
Source§fn clone(&self) -> _DEVICEDUMP_SUBSECTION_POINTER
fn clone(&self) -> _DEVICEDUMP_SUBSECTION_POINTER
Returns a duplicate 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 moreimpl Copy for _DEVICEDUMP_SUBSECTION_POINTER
Auto Trait Implementations§
impl Freeze for _DEVICEDUMP_SUBSECTION_POINTER
impl RefUnwindSafe for _DEVICEDUMP_SUBSECTION_POINTER
impl Send for _DEVICEDUMP_SUBSECTION_POINTER
impl Sync for _DEVICEDUMP_SUBSECTION_POINTER
impl Unpin for _DEVICEDUMP_SUBSECTION_POINTER
impl UnwindSafe for _DEVICEDUMP_SUBSECTION_POINTER
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