#[repr(C, packed(4))]pub struct CurvesGeometry {
pub position: Function,
pub radius: Pointer<f32>,
pub curve_type: Pointer<i8>,
pub curve_offsets: Pointer<i32>,
pub point_data: CustomData,
pub curve_data: CustomData,
pub point_size: i32,
pub curve_size: i32,
pub runtime: Pointer<Nothing>,
}Fields§
§position: Function§radius: Pointer<f32>§curve_type: Pointer<i8>§curve_offsets: Pointer<i32>§point_data: CustomData§curve_data: CustomData§point_size: i32§curve_size: i32§runtime: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for CurvesGeometry
impl GeneratedBlendStruct for CurvesGeometry
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CurvesGeometry"
const STRUCT_INDEX: usize = 783usize
const STRUCT_TYPE_INDEX: usize = 913usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CurvesGeometry> for CurvesGeometry
Auto Trait Implementations§
impl Freeze for CurvesGeometry
impl RefUnwindSafe for CurvesGeometry
impl Send for CurvesGeometry
impl Sync for CurvesGeometry
impl Unpin for CurvesGeometry
impl UnwindSafe for CurvesGeometry
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