#[repr(C)]pub struct D3DDDICB_LOCKFLAGS {
pub Value: UINT,
}
Fields§
§Value: UINT
Implementations§
Source§impl D3DDDICB_LOCKFLAGS
impl D3DDDICB_LOCKFLAGS
pub fn ReadOnly(&self) -> UINT
pub fn set_ReadOnly(&mut self, val: UINT)
pub fn WriteOnly(&self) -> UINT
pub fn set_WriteOnly(&mut self, val: UINT)
pub fn DonotWait(&self) -> UINT
pub fn set_DonotWait(&mut self, val: UINT)
pub fn IgnoreSync(&self) -> UINT
pub fn set_IgnoreSync(&mut self, val: UINT)
pub fn LockEntire(&self) -> UINT
pub fn set_LockEntire(&mut self, val: UINT)
pub fn DonotEvict(&self) -> UINT
pub fn set_DonotEvict(&mut self, val: UINT)
pub fn AcquireAperture(&self) -> UINT
pub fn set_AcquireAperture(&mut self, val: UINT)
pub fn Discard(&self) -> UINT
pub fn set_Discard(&mut self, val: UINT)
pub fn NoExistingReference(&self) -> UINT
pub fn set_NoExistingReference(&mut self, val: UINT)
pub fn UseAlternateVA(&self) -> UINT
pub fn set_UseAlternateVA(&mut self, val: UINT)
pub fn IgnoreReadSync(&self) -> UINT
pub fn set_IgnoreReadSync(&mut self, val: UINT)
pub fn Reserved(&self) -> UINT
pub fn set_Reserved(&mut self, val: UINT)
Trait Implementations§
Source§impl Clone for D3DDDICB_LOCKFLAGS
impl Clone for D3DDDICB_LOCKFLAGS
Source§fn clone(&self) -> D3DDDICB_LOCKFLAGS
fn clone(&self) -> D3DDDICB_LOCKFLAGS
Returns a duplicate 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 moreSource§impl Default for D3DDDICB_LOCKFLAGS
impl Default for D3DDDICB_LOCKFLAGS
Source§fn default() -> D3DDDICB_LOCKFLAGS
fn default() -> D3DDDICB_LOCKFLAGS
Returns the “default value” for a type. Read more
impl Copy for D3DDDICB_LOCKFLAGS
Auto Trait Implementations§
impl Freeze for D3DDDICB_LOCKFLAGS
impl RefUnwindSafe for D3DDDICB_LOCKFLAGS
impl Send for D3DDDICB_LOCKFLAGS
impl Sync for D3DDDICB_LOCKFLAGS
impl Unpin for D3DDDICB_LOCKFLAGS
impl UnwindSafe for D3DDDICB_LOCKFLAGS
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