Struct windows_sys::Win32::System::Diagnostics::Debug::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,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
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
impl Copy for DEBUG_BREAKPOINT_PARAMETERS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more