Struct windows_sys::Win32::Graphics::DirectDraw::DDPIXELFORMAT
[−]#[repr(C)]pub struct DDPIXELFORMAT {
pub dwSize: u32,
pub dwFlags: u32,
pub dwFourCC: u32,
pub Anonymous1: DDPIXELFORMAT_0,
pub Anonymous2: DDPIXELFORMAT_1,
pub Anonymous3: DDPIXELFORMAT_2,
pub Anonymous4: DDPIXELFORMAT_3,
pub Anonymous5: DDPIXELFORMAT_4,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32
dwFlags: u32
dwFourCC: u32
Anonymous1: DDPIXELFORMAT_0
Anonymous2: DDPIXELFORMAT_1
Anonymous3: DDPIXELFORMAT_2
Anonymous4: DDPIXELFORMAT_3
Anonymous5: DDPIXELFORMAT_4
Trait Implementations
impl Clone for DDPIXELFORMAT
impl Clone for DDPIXELFORMAT
impl Copy for DDPIXELFORMAT
Auto Trait Implementations
impl RefUnwindSafe for DDPIXELFORMAT
impl Send for DDPIXELFORMAT
impl Sync for DDPIXELFORMAT
impl Unpin for DDPIXELFORMAT
impl UnwindSafe for DDPIXELFORMAT
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