Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::DEBUG_BREAKPOINT_PARAMETERS
#[repr(C)]pub struct DEBUG_BREAKPOINT_PARAMETERS {
pub Offset: u64,
pub Id: u32,
pub BreakType: u32,
pub ProcType: u32,
pub Flags: u32,
pub DataSize: u32,
pub DataAccessType: u32,
pub PassCount: u32,
pub CurrentPassCount: u32,
pub MatchThread: u32,
pub CommandSize: u32,
pub OffsetExpressionSize: u32,
}
Fields§
§Offset: u64
§Id: u32
§BreakType: u32
§ProcType: u32
§Flags: u32
§DataSize: u32
§DataAccessType: u32
§PassCount: u32
§CurrentPassCount: u32
§MatchThread: u32
§CommandSize: u32
§OffsetExpressionSize: u32
Trait Implementations§
§impl Clone for DEBUG_BREAKPOINT_PARAMETERS
impl Clone for DEBUG_BREAKPOINT_PARAMETERS
§fn clone(&self) -> DEBUG_BREAKPOINT_PARAMETERS
fn clone(&self) -> DEBUG_BREAKPOINT_PARAMETERS
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 DEBUG_BREAKPOINT_PARAMETERS
Auto Trait Implementations§
impl Freeze for DEBUG_BREAKPOINT_PARAMETERS
impl RefUnwindSafe for DEBUG_BREAKPOINT_PARAMETERS
impl Send for DEBUG_BREAKPOINT_PARAMETERS
impl Sync for DEBUG_BREAKPOINT_PARAMETERS
impl Unpin for DEBUG_BREAKPOINT_PARAMETERS
impl UnwindSafe for DEBUG_BREAKPOINT_PARAMETERS
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
)