#[repr(transparent)]pub struct GetData(_);
Expand description
[docs.microsoft.com] DWORD / D3DGETDATA_*
Controls how [IDirect3DQuery9Ext::get_data_inplace] behaves.
Implementations
sourceimpl GetData
impl GetData
sourcepub const fn from_unchecked(d3d: u32) -> Self
pub const fn from_unchecked(d3d: u32) -> Self
Convert from an underlying [winapi] D3D...
type.
This is probably safe… probably…
sourcepub const fn into_inner(self) -> u32
pub const fn into_inner(self) -> u32
Convert back into an underlying [winapi] D3D...
type.
Trait Implementations
sourceimpl BitOrAssign<GetData> for GetData
impl BitOrAssign<GetData> for GetData
sourcefn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the |=
operation. Read more
sourceimpl Ord for GetData
impl Ord for GetData
sourceimpl PartialOrd<GetData> for GetData
impl PartialOrd<GetData> for GetData
sourcefn partial_cmp(&self, other: &GetData) -> Option<Ordering>
fn partial_cmp(&self, other: &GetData) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for GetData
impl Eq for GetData
impl Pod for GetData
impl StructuralEq for GetData
impl StructuralPartialEq for GetData
Auto Trait Implementations
impl RefUnwindSafe for GetData
impl Send for GetData
impl Sync for GetData
impl Unpin for GetData
impl UnwindSafe for GetData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more