#[repr(C, packed(4))]pub struct NodeChroma {
pub t1: f32,
pub t2: f32,
pub t3: f32,
pub fsize: f32,
pub fstrength: f32,
pub falpha: f32,
pub key: [f32; 4],
pub algorithm: i16,
pub channel: i16,
}Fields§
§t1: f32§t2: f32§t3: f32§fsize: f32§fstrength: f32§falpha: f32§key: [f32; 4]§algorithm: i16§channel: i16Trait Implementations§
Source§impl GeneratedBlendStruct for NodeChroma
impl GeneratedBlendStruct for NodeChroma
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeChroma"
const STRUCT_INDEX: usize = 439usize
const STRUCT_TYPE_INDEX: usize = 577usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeChroma> for NodeChroma
Auto Trait Implementations§
impl Freeze for NodeChroma
impl RefUnwindSafe for NodeChroma
impl Send for NodeChroma
impl Sync for NodeChroma
impl Unpin for NodeChroma
impl UnwindSafe for NodeChroma
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