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