Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::GET_EXPRESSION_EX
#[repr(C)]pub struct GET_EXPRESSION_EX {
pub Expression: PCSTR,
pub Remainder: PCSTR,
pub Value: u64,
}Fields§
§Expression: PCSTR§Remainder: PCSTR§Value: u64Trait Implementations§
§impl Clone for GET_EXPRESSION_EX
impl Clone for GET_EXPRESSION_EX
impl Copy for GET_EXPRESSION_EX
Auto Trait Implementations§
impl RefUnwindSafe for GET_EXPRESSION_EX
impl !Send for GET_EXPRESSION_EX
impl !Sync for GET_EXPRESSION_EX
impl Unpin for GET_EXPRESSION_EX
impl UnwindSafe for GET_EXPRESSION_EX
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