Struct windows::Win32::Graphics::Direct3D9::D3DEXECUTEBUFFERDESC
#[repr(C)]pub struct D3DEXECUTEBUFFERDESC {
pub dwSize: u32,
pub dwFlags: u32,
pub dwCaps: u32,
pub dwBufferSize: u32,
pub lpData: *mut c_void,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwCaps: u32
§dwBufferSize: u32
§lpData: *mut c_void
Trait Implementations§
§impl Clone for D3DEXECUTEBUFFERDESC
impl Clone for D3DEXECUTEBUFFERDESC
§fn clone(&self) -> D3DEXECUTEBUFFERDESC
fn clone(&self) -> D3DEXECUTEBUFFERDESC
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 more§impl Debug for D3DEXECUTEBUFFERDESC
impl Debug for D3DEXECUTEBUFFERDESC
§impl Default for D3DEXECUTEBUFFERDESC
impl Default for D3DEXECUTEBUFFERDESC
§impl PartialEq for D3DEXECUTEBUFFERDESC
impl PartialEq for D3DEXECUTEBUFFERDESC
§fn eq(&self, other: &D3DEXECUTEBUFFERDESC) -> bool
fn eq(&self, other: &D3DEXECUTEBUFFERDESC) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for D3DEXECUTEBUFFERDESC
impl Eq for D3DEXECUTEBUFFERDESC
impl StructuralPartialEq for D3DEXECUTEBUFFERDESC
Auto Trait Implementations§
impl Freeze for D3DEXECUTEBUFFERDESC
impl RefUnwindSafe for D3DEXECUTEBUFFERDESC
impl !Send for D3DEXECUTEBUFFERDESC
impl !Sync for D3DEXECUTEBUFFERDESC
impl Unpin for D3DEXECUTEBUFFERDESC
impl UnwindSafe for D3DEXECUTEBUFFERDESC
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)