Struct D3DNTHAL_TEXTUREDESTROYDATA
#[repr(C)]pub struct D3DNTHAL_TEXTUREDESTROYDATA {
pub dwhContext: usize,
pub dwHandle: usize,
pub ddrval: HRESULT,
}
Fields§
§dwhContext: usize
§dwHandle: usize
§ddrval: HRESULT
Trait Implementations§
§impl Clone for D3DNTHAL_TEXTUREDESTROYDATA
impl Clone for D3DNTHAL_TEXTUREDESTROYDATA
§fn clone(&self) -> D3DNTHAL_TEXTUREDESTROYDATA
fn clone(&self) -> D3DNTHAL_TEXTUREDESTROYDATA
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 moreimpl Copy for D3DNTHAL_TEXTUREDESTROYDATA
Auto Trait Implementations§
impl Freeze for D3DNTHAL_TEXTUREDESTROYDATA
impl RefUnwindSafe for D3DNTHAL_TEXTUREDESTROYDATA
impl Send for D3DNTHAL_TEXTUREDESTROYDATA
impl Sync for D3DNTHAL_TEXTUREDESTROYDATA
impl Unpin for D3DNTHAL_TEXTUREDESTROYDATA
impl UnwindSafe for D3DNTHAL_TEXTUREDESTROYDATA
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