Struct 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
impl Copy 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