[][src]Struct winapi::shared::d3dukmdt::D3DDDICB_DESTROYALLOCATION2FLAGS

#[repr(C)]
pub struct D3DDDICB_DESTROYALLOCATION2FLAGS { pub Value: UINT, }

Fields

Value: UINT

Methods

impl D3DDDICB_DESTROYALLOCATION2FLAGS[src]

pub fn AssumeNotInUse(&self) -> UINT[src]

pub fn set_AssumeNotInUse(&mut self, val: UINT)[src]

pub fn SynchronousDestroy(&self) -> UINT[src]

pub fn set_SynchronousDestroy(&mut self, val: UINT)[src]

pub fn Reserved(&self) -> UINT[src]

pub fn set_Reserved(&mut self, val: UINT)[src]

pub fn SystemUseOnly(&self) -> UINT[src]

pub fn set_SystemUseOnly(&mut self, val: UINT)[src]

Trait Implementations

impl Copy for D3DDDICB_DESTROYALLOCATION2FLAGS[src]

impl Clone for D3DDDICB_DESTROYALLOCATION2FLAGS[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for D3DDDICB_DESTROYALLOCATION2FLAGS[src]

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]