Struct windows::Win32::Graphics::Direct3D10::D3D10_MESSAGE
#[repr(C)]pub struct D3D10_MESSAGE {
pub Category: D3D10_MESSAGE_CATEGORY,
pub Severity: D3D10_MESSAGE_SEVERITY,
pub ID: D3D10_MESSAGE_ID,
pub pDescription: *const u8,
pub DescriptionByteLength: usize,
}
Fields§
§Category: D3D10_MESSAGE_CATEGORY
§Severity: D3D10_MESSAGE_SEVERITY
§ID: D3D10_MESSAGE_ID
§pDescription: *const u8
§DescriptionByteLength: usize
Trait Implementations§
§impl Clone for D3D10_MESSAGE
impl Clone for D3D10_MESSAGE
§fn clone(&self) -> D3D10_MESSAGE
fn clone(&self) -> D3D10_MESSAGE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for D3D10_MESSAGE
impl Debug for D3D10_MESSAGE
§impl Default for D3D10_MESSAGE
impl Default for D3D10_MESSAGE
§impl PartialEq for D3D10_MESSAGE
impl PartialEq for D3D10_MESSAGE
§fn eq(&self, other: &D3D10_MESSAGE) -> bool
fn eq(&self, other: &D3D10_MESSAGE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for D3D10_MESSAGE
impl Eq for D3D10_MESSAGE
impl StructuralPartialEq for D3D10_MESSAGE
Auto Trait Implementations§
impl Freeze for D3D10_MESSAGE
impl RefUnwindSafe for D3D10_MESSAGE
impl !Send for D3D10_MESSAGE
impl !Sync for D3D10_MESSAGE
impl Unpin for D3D10_MESSAGE
impl UnwindSafe for D3D10_MESSAGE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)