Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::Location
#[repr(C)]pub struct Location {
pub HostDefined: u64,
pub Offset: u64,
}
Fields§
§HostDefined: u64
§Offset: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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