Struct D3DQUERYTYPE
#[repr(transparent)]pub struct D3DQUERYTYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for D3DQUERYTYPE
impl Clone for D3DQUERYTYPE
§fn clone(&self) -> D3DQUERYTYPE
fn clone(&self) -> D3DQUERYTYPE
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 D3DQUERYTYPE
impl Debug for D3DQUERYTYPE
§impl Default for D3DQUERYTYPE
impl Default for D3DQUERYTYPE
§fn default() -> D3DQUERYTYPE
fn default() -> D3DQUERYTYPE
Returns the “default value” for a type. Read more
§impl PartialEq for D3DQUERYTYPE
impl PartialEq for D3DQUERYTYPE
impl Copy for D3DQUERYTYPE
impl Eq for D3DQUERYTYPE
impl StructuralPartialEq for D3DQUERYTYPE
Auto Trait Implementations§
impl Freeze for D3DQUERYTYPE
impl RefUnwindSafe for D3DQUERYTYPE
impl Send for D3DQUERYTYPE
impl Sync for D3DQUERYTYPE
impl Unpin for D3DQUERYTYPE
impl UnwindSafe for D3DQUERYTYPE
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