#[repr(C, packed(4))]pub struct bGPDstroke_Runtime {
pub tmp_layerinfo: [i8; 128],
pub multi_frame_falloff: f32,
pub stroke_start: i32,
pub fill_start: i32,
pub curve_start: i32,
pub gps_orig: Pointer<bGPDstroke>,
pub _pad2: Pointer<Void>,
}Fields§
§tmp_layerinfo: [i8; 128]§multi_frame_falloff: f32§stroke_start: i32§fill_start: i32§curve_start: i32§gps_orig: Pointer<bGPDstroke>§_pad2: Pointer<Void>Trait Implementations§
Source§impl GeneratedBlendStruct for bGPDstroke_Runtime
impl GeneratedBlendStruct for bGPDstroke_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDstroke_Runtime"
const STRUCT_INDEX: usize = 580usize
const STRUCT_TYPE_INDEX: usize = 714usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDstroke_Runtime> for bGPDstroke_Runtime
Auto Trait Implementations§
impl Freeze for bGPDstroke_Runtime
impl RefUnwindSafe for bGPDstroke_Runtime
impl Send for bGPDstroke_Runtime
impl Sync for bGPDstroke_Runtime
impl Unpin for bGPDstroke_Runtime
impl UnwindSafe for bGPDstroke_Runtime
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