Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_TEXTUREGETSURFDATA
#[repr(C)]pub struct D3DHAL_TEXTUREGETSURFDATA {
pub dwhContext: usize,
pub lpDDS: usize,
pub dwHandle: u32,
pub ddrval: HRESULT,
}Fields§
§dwhContext: usize§lpDDS: usize§dwHandle: u32§ddrval: HRESULTTrait Implementations§
§impl Clone for D3DHAL_TEXTUREGETSURFDATA
impl Clone for D3DHAL_TEXTUREGETSURFDATA
impl Copy for D3DHAL_TEXTUREGETSURFDATA
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_TEXTUREGETSURFDATA
impl Send for D3DHAL_TEXTUREGETSURFDATA
impl Sync for D3DHAL_TEXTUREGETSURFDATA
impl Unpin for D3DHAL_TEXTUREGETSURFDATA
impl UnwindSafe for D3DHAL_TEXTUREGETSURFDATA
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