#[repr(C, packed(4))]pub struct bGPDcurve_point {
pub bezt: BezTriple,
pub pressure: f32,
pub strength: f32,
pub point_index: i32,
pub flag: i32,
pub uv_fac: f32,
pub uv_rot: f32,
pub uv_fill: [f32; 2],
pub vert_color: [f32; 4],
pub _pad: [i8; 4],
}Fields§
§bezt: BezTriple§pressure: f32§strength: f32§point_index: i32§flag: i32§uv_fac: f32§uv_rot: f32§uv_fill: [f32; 2]§vert_color: [f32; 4]§_pad: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for bGPDcurve_point
impl GeneratedBlendStruct for bGPDcurve_point
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDcurve_point"
const STRUCT_INDEX: usize = 578usize
const STRUCT_TYPE_INDEX: usize = 712usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDcurve_point> for bGPDcurve_point
Auto Trait Implementations§
impl Freeze for bGPDcurve_point
impl RefUnwindSafe for bGPDcurve_point
impl Send for bGPDcurve_point
impl Sync for bGPDcurve_point
impl Unpin for bGPDcurve_point
impl UnwindSafe for bGPDcurve_point
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