#[repr(C, packed(4))]pub struct bGPDcurve {
pub curve_points: Pointer<bGPDcurve_point>,
pub tot_curve_points: i32,
pub flag: i16,
pub _pad: [i8; 2],
}Fields§
§curve_points: Pointer<bGPDcurve_point>§tot_curve_points: i32§flag: i16§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for bGPDcurve
impl GeneratedBlendStruct for bGPDcurve
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDcurve"
const STRUCT_INDEX: usize = 579usize
const STRUCT_TYPE_INDEX: usize = 713usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDcurve> for bGPDcurve
Auto Trait Implementations§
impl Freeze for bGPDcurve
impl RefUnwindSafe for bGPDcurve
impl Send for bGPDcurve
impl Sync for bGPDcurve
impl Unpin for bGPDcurve
impl UnwindSafe for bGPDcurve
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