#[repr(C, packed(4))]pub struct CurveMapping {}Fields§
§flag: i32§cur: i32§preset: i32§changed_timestamp: i32§curr: rctf§clipr: rctf§cm: [CurveMap; 4]§black: [f32; 3]§white: [f32; 3]§bwmul: [f32; 3]§sample: [f32; 3]§tone: i16§_pad: [i8; 6]Trait Implementations§
Source§impl GeneratedBlendStruct for CurveMapping
impl GeneratedBlendStruct for CurveMapping
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CurveMapping"
const STRUCT_INDEX: usize = 540usize
const STRUCT_TYPE_INDEX: usize = 87usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CurveMapping> for CurveMapping
Auto Trait Implementations§
impl Freeze for CurveMapping
impl RefUnwindSafe for CurveMapping
impl Send for CurveMapping
impl Sync for CurveMapping
impl Unpin for CurveMapping
impl UnwindSafe for CurveMapping
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