Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::WDBGEXTS_DISASSEMBLE_BUFFER
#[repr(C)]pub struct WDBGEXTS_DISASSEMBLE_BUFFER {
pub InOffset: u64,
pub OutOffset: u64,
pub AddrFlags: u32,
pub FormatFlags: u32,
pub DataBufferBytes: u32,
pub DisasmBufferChars: u32,
pub DataBuffer: *mut c_void,
pub DisasmBuffer: PWSTR,
pub Reserved0: [u64; 3],
}
Fields§
§InOffset: u64
§OutOffset: u64
§AddrFlags: u32
§FormatFlags: u32
§DataBufferBytes: u32
§DisasmBufferChars: u32
§DataBuffer: *mut c_void
§DisasmBuffer: PWSTR
§Reserved0: [u64; 3]
Trait Implementations§
§impl Clone for WDBGEXTS_DISASSEMBLE_BUFFER
impl Clone for WDBGEXTS_DISASSEMBLE_BUFFER
§fn clone(&self) -> WDBGEXTS_DISASSEMBLE_BUFFER
fn clone(&self) -> WDBGEXTS_DISASSEMBLE_BUFFER
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 moreimpl Copy for WDBGEXTS_DISASSEMBLE_BUFFER
Auto Trait Implementations§
impl Freeze for WDBGEXTS_DISASSEMBLE_BUFFER
impl RefUnwindSafe for WDBGEXTS_DISASSEMBLE_BUFFER
impl !Send for WDBGEXTS_DISASSEMBLE_BUFFER
impl !Sync for WDBGEXTS_DISASSEMBLE_BUFFER
impl Unpin for WDBGEXTS_DISASSEMBLE_BUFFER
impl UnwindSafe for WDBGEXTS_DISASSEMBLE_BUFFER
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
)