Struct windows_sys::Win32::System::Diagnostics::Debug::SRCCODEINFO
[−]#[repr(C)]pub struct SRCCODEINFO {
pub SizeOfStruct: u32,
pub Key: *mut c_void,
pub ModBase: u64,
pub Obj: [CHAR; 261],
pub FileName: [CHAR; 261],
pub LineNumber: u32,
pub Address: u64,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"
Fields
SizeOfStruct: u32Key: *mut c_voidModBase: u64Obj: [CHAR; 261]FileName: [CHAR; 261]LineNumber: u32Address: u64Trait Implementations
impl Clone for SRCCODEINFO
impl Clone for SRCCODEINFO
impl Copy for SRCCODEINFO
Auto Trait Implementations
impl RefUnwindSafe for SRCCODEINFO
impl !Send for SRCCODEINFO
impl !Sync for SRCCODEINFO
impl Unpin for SRCCODEINFO
impl UnwindSafe for SRCCODEINFO
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