#[repr(C, packed(4))]pub struct ColorMixVars {
pub blend_effect: i32,
pub factor: f32,
}Fields§
§blend_effect: i32§factor: f32Trait Implementations§
Source§impl GeneratedBlendStruct for ColorMixVars
impl GeneratedBlendStruct for ColorMixVars
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ColorMixVars"
const STRUCT_INDEX: usize = 334usize
const STRUCT_TYPE_INDEX: usize = 468usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ColorMixVars> for ColorMixVars
Auto Trait Implementations§
impl Freeze for ColorMixVars
impl RefUnwindSafe for ColorMixVars
impl Send for ColorMixVars
impl Sync for ColorMixVars
impl Unpin for ColorMixVars
impl UnwindSafe for ColorMixVars
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