#[repr(C, packed(4))]pub struct CurveMapPoint {
pub x: f32,
pub y: f32,
pub flag: i16,
pub shorty: i16,
}Fields§
§x: f32§y: f32§flag: i16§shorty: i16Trait Implementations§
Source§impl GeneratedBlendStruct for CurveMapPoint
impl GeneratedBlendStruct for CurveMapPoint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CurveMapPoint"
const STRUCT_INDEX: usize = 538usize
const STRUCT_TYPE_INDEX: usize = 676usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CurveMapPoint> for CurveMapPoint
Auto Trait Implementations§
impl Freeze for CurveMapPoint
impl RefUnwindSafe for CurveMapPoint
impl Send for CurveMapPoint
impl Sync for CurveMapPoint
impl Unpin for CurveMapPoint
impl UnwindSafe for CurveMapPoint
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