Struct windows_sys::Win32::System::Diagnostics::Debug::GET_SET_SYMPATH
[−]Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Args: PCSTR
Result: PSTR
Length: i32
Trait Implementations
impl Clone for GET_SET_SYMPATH
impl Clone for GET_SET_SYMPATH
impl Copy for GET_SET_SYMPATH
Auto Trait Implementations
impl RefUnwindSafe for GET_SET_SYMPATH
impl !Send for GET_SET_SYMPATH
impl !Sync for GET_SET_SYMPATH
impl Unpin for GET_SET_SYMPATH
impl UnwindSafe for GET_SET_SYMPATH
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