#[repr(C, packed(4))]pub struct PaintCurvePoint {
pub bez: BezTriple,
pub pressure: f32,
}Fields§
§bez: BezTriple§pressure: f32Trait Implementations§
Source§impl GeneratedBlendStruct for PaintCurvePoint
impl GeneratedBlendStruct for PaintCurvePoint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "PaintCurvePoint"
const STRUCT_INDEX: usize = 553usize
const STRUCT_TYPE_INDEX: usize = 684usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<PaintCurvePoint> for PaintCurvePoint
Auto Trait Implementations§
impl Freeze for PaintCurvePoint
impl RefUnwindSafe for PaintCurvePoint
impl Send for PaintCurvePoint
impl Sync for PaintCurvePoint
impl Unpin for PaintCurvePoint
impl UnwindSafe for PaintCurvePoint
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