Union DDPIXELFORMAT_3
#[repr(C)]
pub union DDPIXELFORMAT_3 {
pub dwBBitMask: u32,
pub dwVBitMask: u32,
pub dwStencilBitMask: u32,
pub dwBumpLuminanceBitMask: u32,
}
Fields§
§dwBBitMask: u32
§dwVBitMask: u32
§dwStencilBitMask: u32
§dwBumpLuminanceBitMask: u32
Trait Implementations§
§impl Clone for DDPIXELFORMAT_3
impl Clone for DDPIXELFORMAT_3
§fn clone(&self) -> DDPIXELFORMAT_3
fn clone(&self) -> DDPIXELFORMAT_3
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 Default for DDPIXELFORMAT_3
impl Default for DDPIXELFORMAT_3
impl Copy for DDPIXELFORMAT_3
Auto Trait Implementations§
impl Freeze for DDPIXELFORMAT_3
impl RefUnwindSafe for DDPIXELFORMAT_3
impl Send for DDPIXELFORMAT_3
impl Sync for DDPIXELFORMAT_3
impl Unpin for DDPIXELFORMAT_3
impl UnwindSafe for DDPIXELFORMAT_3
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