#[repr(C, packed(4))]pub struct PaintCurve {
pub id: ID,
pub points: Pointer<PaintCurvePoint>,
pub tot_points: i32,
pub add_index: i32,
}Fields§
§id: ID§points: Pointer<PaintCurvePoint>§tot_points: i32§add_index: i32Trait Implementations§
Source§impl GeneratedBlendStruct for PaintCurve
impl GeneratedBlendStruct for PaintCurve
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "PaintCurve"
const STRUCT_INDEX: usize = 554usize
const STRUCT_TYPE_INDEX: usize = 681usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<PaintCurve> for PaintCurve
Auto Trait Implementations§
impl Freeze for PaintCurve
impl RefUnwindSafe for PaintCurve
impl Send for PaintCurve
impl Sync for PaintCurve
impl Unpin for PaintCurve
impl UnwindSafe for PaintCurve
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