Struct D3DDDICB_LOCKFLAGS
#[repr(C)]pub struct D3DDDICB_LOCKFLAGS {
pub Anonymous: D3DDDICB_LOCKFLAGS_0,
}
Fields§
§Anonymous: D3DDDICB_LOCKFLAGS_0
Trait Implementations§
§impl Clone for D3DDDICB_LOCKFLAGS
impl Clone for D3DDDICB_LOCKFLAGS
§fn clone(&self) -> D3DDDICB_LOCKFLAGS
fn clone(&self) -> D3DDDICB_LOCKFLAGS
Returns a copy 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 moreimpl 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