Struct windows_sys::Win32::Graphics::Direct3D11::D3D11_MESSAGE
[−]#[repr(C)]pub struct D3D11_MESSAGE {
pub Category: D3D11_MESSAGE_CATEGORY,
pub Severity: D3D11_MESSAGE_SEVERITY,
pub ID: D3D11_MESSAGE_ID,
pub pDescription: *const u8,
pub DescriptionByteLength: usize,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
Category: D3D11_MESSAGE_CATEGORY
Severity: D3D11_MESSAGE_SEVERITY
ID: D3D11_MESSAGE_ID
pDescription: *const u8
DescriptionByteLength: usize
Trait Implementations
impl Clone for D3D11_MESSAGE
impl Clone for D3D11_MESSAGE
impl Copy for D3D11_MESSAGE
Auto Trait Implementations
impl RefUnwindSafe for D3D11_MESSAGE
impl !Send for D3D11_MESSAGE
impl !Sync for D3D11_MESSAGE
impl Unpin for D3D11_MESSAGE
impl UnwindSafe for D3D11_MESSAGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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