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: u32dwFlags: u32dwFourCC: u32Anonymous1: DDPIXELFORMAT_0Anonymous2: DDPIXELFORMAT_1Anonymous3: DDPIXELFORMAT_2Anonymous4: DDPIXELFORMAT_3Anonymous5: DDPIXELFORMAT_4Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more