Struct DXGI_INFO_QUEUE_FILTER_DESC
#[repr(C)]pub struct DXGI_INFO_QUEUE_FILTER_DESC {
pub NumCategories: u32,
pub pCategoryList: *mut DXGI_INFO_QUEUE_MESSAGE_CATEGORY,
pub NumSeverities: u32,
pub pSeverityList: *mut DXGI_INFO_QUEUE_MESSAGE_SEVERITY,
pub NumIDs: u32,
pub pIDList: *mut i32,
}
Fields§
§NumCategories: u32
§pCategoryList: *mut DXGI_INFO_QUEUE_MESSAGE_CATEGORY
§NumSeverities: u32
§pSeverityList: *mut DXGI_INFO_QUEUE_MESSAGE_SEVERITY
§NumIDs: u32
§pIDList: *mut i32
Trait Implementations§
§impl Clone for DXGI_INFO_QUEUE_FILTER_DESC
impl Clone for DXGI_INFO_QUEUE_FILTER_DESC
§fn clone(&self) -> DXGI_INFO_QUEUE_FILTER_DESC
fn clone(&self) -> DXGI_INFO_QUEUE_FILTER_DESC
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 DXGI_INFO_QUEUE_FILTER_DESC
impl Debug for DXGI_INFO_QUEUE_FILTER_DESC
§impl Default for DXGI_INFO_QUEUE_FILTER_DESC
impl Default for DXGI_INFO_QUEUE_FILTER_DESC
§impl PartialEq for DXGI_INFO_QUEUE_FILTER_DESC
impl PartialEq for DXGI_INFO_QUEUE_FILTER_DESC
impl Copy for DXGI_INFO_QUEUE_FILTER_DESC
impl StructuralPartialEq for DXGI_INFO_QUEUE_FILTER_DESC
Auto Trait Implementations§
impl Freeze for DXGI_INFO_QUEUE_FILTER_DESC
impl RefUnwindSafe for DXGI_INFO_QUEUE_FILTER_DESC
impl !Send for DXGI_INFO_QUEUE_FILTER_DESC
impl !Sync for DXGI_INFO_QUEUE_FILTER_DESC
impl Unpin for DXGI_INFO_QUEUE_FILTER_DESC
impl UnwindSafe for DXGI_INFO_QUEUE_FILTER_DESC
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