#[repr(C)]pub struct D3DFINDDEVICESEARCH {
pub dwSize: u32,
pub dwFlags: u32,
pub bHardware: BOOL,
pub dcmColorModel: u32,
pub guid: Guid,
pub dwCaps: u32,
pub dpcPrimCaps: _D3DPrimCaps,
}Fields§
§dwSize: u32§dwFlags: u32§bHardware: BOOL§dcmColorModel: u32§guid: Guid§dwCaps: u32§dpcPrimCaps: _D3DPrimCapsTrait Implementations§
Source§impl Abi for D3DFINDDEVICESEARCH
impl Abi for D3DFINDDEVICESEARCH
Source§type Abi = D3DFINDDEVICESEARCH
type Abi = D3DFINDDEVICESEARCH
The abi representation of the implementing type. Read more
type DefaultType = D3DFINDDEVICESEARCH
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for D3DFINDDEVICESEARCH
impl Clone for D3DFINDDEVICESEARCH
Source§fn clone(&self) -> D3DFINDDEVICESEARCH
fn clone(&self) -> D3DFINDDEVICESEARCH
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for D3DFINDDEVICESEARCH
Source§impl Debug for D3DFINDDEVICESEARCH
impl Debug for D3DFINDDEVICESEARCH
Source§impl Default for D3DFINDDEVICESEARCH
impl Default for D3DFINDDEVICESEARCH
impl Eq for D3DFINDDEVICESEARCH
Auto Trait Implementations§
impl Freeze for D3DFINDDEVICESEARCH
impl RefUnwindSafe for D3DFINDDEVICESEARCH
impl Send for D3DFINDDEVICESEARCH
impl Sync for D3DFINDDEVICESEARCH
impl Unpin for D3DFINDDEVICESEARCH
impl UnsafeUnpin for D3DFINDDEVICESEARCH
impl UnwindSafe for D3DFINDDEVICESEARCH
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