#[repr(C)]
pub struct DDBLTFX {
Show 23 fields pub dwSize: u32, pub dwDDFX: u32, pub dwROP: u32, pub dwDDROP: u32, pub dwRotationAngle: u32, pub dwZBufferOpCode: u32, pub dwZBufferLow: u32, pub dwZBufferHigh: u32, pub dwZBufferBaseDest: u32, pub dwZDestConstBitDepth: u32, pub Anonymous1: DDBLTFX_0, pub dwZSrcConstBitDepth: u32, pub Anonymous2: DDBLTFX_1, pub dwAlphaEdgeBlendBitDepth: u32, pub dwAlphaEdgeBlend: u32, pub dwReserved: u32, pub dwAlphaDestConstBitDepth: u32, pub Anonymous3: DDBLTFX_2, pub dwAlphaSrcConstBitDepth: u32, pub Anonymous4: DDBLTFX_3, pub Anonymous5: DDBLTFX_4, pub ddckDestColorkey: DDCOLORKEY, pub ddckSrcColorkey: DDCOLORKEY,
}

Fields§

§dwSize: u32§dwDDFX: u32§dwROP: u32§dwDDROP: u32§dwRotationAngle: u32§dwZBufferOpCode: u32§dwZBufferLow: u32§dwZBufferHigh: u32§dwZBufferBaseDest: u32§dwZDestConstBitDepth: u32§Anonymous1: DDBLTFX_0§dwZSrcConstBitDepth: u32§Anonymous2: DDBLTFX_1§dwAlphaEdgeBlendBitDepth: u32§dwAlphaEdgeBlend: u32§dwReserved: u32§dwAlphaDestConstBitDepth: u32§Anonymous3: DDBLTFX_2§dwAlphaSrcConstBitDepth: u32§Anonymous4: DDBLTFX_3§Anonymous5: DDBLTFX_4§ddckDestColorkey: DDCOLORKEY§ddckSrcColorkey: DDCOLORKEY

Trait Implementations§

§

impl Clone for DDBLTFX

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for DDBLTFX

§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.