Struct windows_sys::Win32::System::Diagnostics::Debug::OUTPUT_DEBUG_STRING_INFO
#[repr(C)]pub struct OUTPUT_DEBUG_STRING_INFO {
pub lpDebugStringData: PSTR,
pub fUnicode: u16,
pub nDebugStringLength: u16,
}
Fields§
§lpDebugStringData: PSTR
§fUnicode: u16
§nDebugStringLength: u16
Trait Implementations§
§impl Clone for OUTPUT_DEBUG_STRING_INFO
impl Clone for OUTPUT_DEBUG_STRING_INFO
impl Copy for OUTPUT_DEBUG_STRING_INFO
Auto Trait Implementations§
impl RefUnwindSafe for OUTPUT_DEBUG_STRING_INFO
impl !Send for OUTPUT_DEBUG_STRING_INFO
impl !Sync for OUTPUT_DEBUG_STRING_INFO
impl Unpin for OUTPUT_DEBUG_STRING_INFO
impl UnwindSafe for OUTPUT_DEBUG_STRING_INFO
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