Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMT_SCATTERBLTS
#[repr(C)]pub struct D3DKMT_SCATTERBLTS {
pub NumBlts: u32,
pub Blts: [D3DKMT_SCATTERBLT; 12],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§NumBlts: u32
§Blts: [D3DKMT_SCATTERBLT; 12]
Trait Implementations§
§impl Clone for D3DKMT_SCATTERBLTS
impl Clone for D3DKMT_SCATTERBLTS
impl Copy for D3DKMT_SCATTERBLTS
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_SCATTERBLTS
impl Send for D3DKMT_SCATTERBLTS
impl Sync for D3DKMT_SCATTERBLTS
impl Unpin for D3DKMT_SCATTERBLTS
impl UnwindSafe for D3DKMT_SCATTERBLTS
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