Struct windows_sys::Win32::System::Diagnostics::Debug::GET_EXPRESSION_EX
[−]#[repr(C)]pub struct GET_EXPRESSION_EX {
pub Expression: PCSTR,
pub Remainder: PCSTR,
pub Value: u64,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
Expression: PCSTR
Remainder: PCSTR
Value: u64
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more