Struct D3DDDIFORMAT
#[repr(transparent)]pub struct D3DDDIFORMAT(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for D3DDDIFORMAT
impl Clone for D3DDDIFORMAT
§fn clone(&self) -> D3DDDIFORMAT
fn clone(&self) -> D3DDDIFORMAT
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 D3DDDIFORMAT
impl Debug for D3DDDIFORMAT
§impl Default for D3DDDIFORMAT
impl Default for D3DDDIFORMAT
§fn default() -> D3DDDIFORMAT
fn default() -> D3DDDIFORMAT
Returns the “default value” for a type. Read more
§impl PartialEq for D3DDDIFORMAT
impl PartialEq for D3DDDIFORMAT
impl Copy for D3DDDIFORMAT
impl Eq for D3DDDIFORMAT
impl StructuralPartialEq for D3DDDIFORMAT
Auto Trait Implementations§
impl Freeze for D3DDDIFORMAT
impl RefUnwindSafe for D3DDDIFORMAT
impl Send for D3DDDIFORMAT
impl Sync for D3DDDIFORMAT
impl Unpin for D3DDDIFORMAT
impl UnwindSafe for D3DDDIFORMAT
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