#[repr(C, packed(4))]pub struct NodeColorBalance {
pub slope: [f32; 3],
pub offset: [f32; 3],
pub power: [f32; 3],
pub offset_basis: f32,
pub _pad: [i8; 4],
pub lift: [f32; 3],
pub gamma: [f32; 3],
pub gain: [f32; 3],
}Fields§
§slope: [f32; 3]§offset: [f32; 3]§power: [f32; 3]§offset_basis: f32§_pad: [i8; 4]§lift: [f32; 3]§gamma: [f32; 3]§gain: [f32; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeColorBalance
impl GeneratedBlendStruct for NodeColorBalance
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeColorBalance"
const STRUCT_INDEX: usize = 448usize
const STRUCT_TYPE_INDEX: usize = 586usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeColorBalance> for NodeColorBalance
Auto Trait Implementations§
impl Freeze for NodeColorBalance
impl RefUnwindSafe for NodeColorBalance
impl Send for NodeColorBalance
impl Sync for NodeColorBalance
impl Unpin for NodeColorBalance
impl UnwindSafe for NodeColorBalance
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