#[repr(C, packed(4))]pub struct ColorMapping {
pub coba: ColorBand,
pub bright: f32,
pub contrast: f32,
pub saturation: f32,
pub flag: i32,
pub blend_color: [f32; 3],
pub blend_factor: f32,
pub blend_type: i32,
pub _pad: [i8; 4],
}Fields§
§coba: ColorBand§bright: f32§contrast: f32§saturation: f32§flag: i32§blend_color: [f32; 3]§blend_factor: f32§blend_type: i32§_pad: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for ColorMapping
impl GeneratedBlendStruct for ColorMapping
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ColorMapping"
const STRUCT_INDEX: usize = 56usize
const STRUCT_TYPE_INDEX: usize = 90usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ColorMapping> for ColorMapping
Auto Trait Implementations§
impl Freeze for ColorMapping
impl RefUnwindSafe for ColorMapping
impl Send for ColorMapping
impl Sync for ColorMapping
impl Unpin for ColorMapping
impl UnwindSafe for ColorMapping
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