[][src]Struct winapi::shared::d3d9::IDirect3DBaseTexture9

#[repr(C)]
pub struct IDirect3DBaseTexture9 { pub lpVtbl: *const IDirect3DBaseTexture9Vtbl, }

Fields

lpVtbl: *const IDirect3DBaseTexture9Vtbl

Methods

impl IDirect3DBaseTexture9[src]

pub unsafe fn SetLOD(&self, LODNew: DWORD) -> DWORD[src]

pub unsafe fn GetLOD(&self) -> DWORD[src]

pub unsafe fn GetLevelCount(&self) -> DWORD[src]

pub unsafe fn SetAutoGenFilterType(
    &self,
    FilterType: D3DTEXTUREFILTERTYPE
) -> HRESULT
[src]

pub unsafe fn GetAutoGenFilterType(&self) -> D3DTEXTUREFILTERTYPE[src]

pub unsafe fn GenerateMipSubLevels(&self)[src]

Methods from Deref<Target = IDirect3DResource9>

pub unsafe fn GetDevice(&self, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT[src]

pub unsafe fn SetPrivateData(
    &self,
    refguid: *const GUID,
    pData: *const VOID,
    SizeOfData: DWORD,
    Flags: DWORD
) -> HRESULT
[src]

pub unsafe fn GetPrivateData(
    &self,
    refguid: *const GUID,
    pData: *mut VOID,
    pSizeOfData: *mut DWORD
) -> HRESULT
[src]

pub unsafe fn FreePrivateData(&self, refguid: *const GUID) -> HRESULT[src]

pub unsafe fn SetPriority(&self, PriorityNew: DWORD) -> DWORD[src]

pub unsafe fn GetPriority(&self) -> DWORD[src]

pub unsafe fn PreLoad(&self)[src]

pub unsafe fn GetType(&self) -> D3DRESOURCETYPE[src]

Trait Implementations

impl Interface for IDirect3DBaseTexture9[src]

impl Deref for IDirect3DBaseTexture9[src]

type Target = IDirect3DResource9

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]