Union windows_sys::Win32::Graphics::DirectDraw::DDPIXELFORMAT_0
[−]#[repr(C)]
pub union DDPIXELFORMAT_0 {
pub dwRGBBitCount: u32,
pub dwYUVBitCount: u32,
pub dwZBufferBitDepth: u32,
pub dwAlphaBitDepth: u32,
pub dwLuminanceBitCount: u32,
pub dwBumpBitCount: u32,
pub dwPrivateFormatBitCount: u32,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
dwRGBBitCount: u32
dwYUVBitCount: u32
dwZBufferBitDepth: u32
dwAlphaBitDepth: u32
dwLuminanceBitCount: u32
dwBumpBitCount: u32
dwPrivateFormatBitCount: u32
Trait Implementations
impl Clone for DDPIXELFORMAT_0
impl Clone for DDPIXELFORMAT_0
impl Copy for DDPIXELFORMAT_0
Auto Trait Implementations
impl RefUnwindSafe for DDPIXELFORMAT_0
impl Send for DDPIXELFORMAT_0
impl Sync for DDPIXELFORMAT_0
impl Unpin for DDPIXELFORMAT_0
impl UnwindSafe for DDPIXELFORMAT_0
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