#[repr(C, packed(4))]pub struct BezTriple {}Fields§
§vec: [[f32; 3]; 3]§alfa: f32§weight: f32§radius: f32§ipo: i8§h1: u8§h2: u8§f1: u8§f2: u8§f3: u8§hide: i8§easing: i8§back: f32§amplitude: f32§period: f32§auto_handle_type: i8§_pad: [i8; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for BezTriple
impl GeneratedBlendStruct for BezTriple
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "BezTriple"
const STRUCT_INDEX: usize = 65usize
const STRUCT_TYPE_INDEX: usize = 49usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<BezTriple> for BezTriple
Auto Trait Implementations§
impl Freeze for BezTriple
impl RefUnwindSafe for BezTriple
impl Send for BezTriple
impl Sync for BezTriple
impl Unpin for BezTriple
impl UnwindSafe for BezTriple
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