Union windows_sys::Win32::Graphics::DirectDraw::DDPIXELFORMAT_3
[−]#[repr(C)]
pub union DDPIXELFORMAT_3 {
pub dwBBitMask: u32,
pub dwVBitMask: u32,
pub dwStencilBitMask: u32,
pub dwBumpLuminanceBitMask: u32,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
dwBBitMask: u32
dwVBitMask: u32
dwStencilBitMask: u32
dwBumpLuminanceBitMask: u32
Trait Implementations
impl Clone for DDPIXELFORMAT_3
impl Clone for DDPIXELFORMAT_3
impl Copy for DDPIXELFORMAT_3
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more