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,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
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
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