[][src]Struct winapi::shared::dxgi1_4::IDXGIAdapter3

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

Fields

lpVtbl: *const IDXGIAdapter3Vtbl

Methods

impl IDXGIAdapter3[src]

pub unsafe fn RegisterHardwareContentProtectionTeardownStatusEvent(
    &self,
    hEvent: HANDLE,
    pdwCookie: *mut DWORD
) -> HRESULT
[src]

pub unsafe fn UnregisterHardwareContentProtectionTeardownStatus(
    &self,
    dwCookie: DWORD
)
[src]

pub unsafe fn QueryVideoMemoryInfo(
    &self,
    NodeIndex: UINT,
    MemorySegmentGroup: DXGI_MEMORY_SEGMENT_GROUP,
    pVideoMemoryInfo: *mut DXGI_QUERY_VIDEO_MEMORY_INFO
) -> HRESULT
[src]

pub unsafe fn SetVideoMemoryReservation(
    &self,
    NodeIndex: UINT,
    MemorySegmentGroup: DXGI_MEMORY_SEGMENT_GROUP,
    Reservation: UINT64
) -> HRESULT
[src]

pub unsafe fn RegisterVideoMemoryBudgetChangeNotificationEvent(
    &self,
    hEvent: HANDLE,
    pdwCookie: *mut DWORD
) -> HRESULT
[src]

pub unsafe fn UnregisterVideoMemoryBudgetChangeNotification(
    &self,
    dwCookie: DWORD
)
[src]

Methods from Deref<Target = IDXGIAdapter2>

pub unsafe fn GetDesc2(&self, pDesc: *mut DXGI_ADAPTER_DESC2) -> HRESULT[src]

Trait Implementations

impl Interface for IDXGIAdapter3[src]

impl Deref for IDXGIAdapter3[src]

type Target = IDXGIAdapter2

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]