#[repr(C, packed(4))]pub struct bGPdata_Runtime {Show 22 fields
pub sbuffer: Pointer<Void>,
pub sbuffer_stroke_batch: Pointer<Nothing>,
pub sbuffer_fill_batch: Pointer<Nothing>,
pub sbuffer_gps: Pointer<bGPDstroke>,
pub playing: i16,
pub matid: i16,
pub sbuffer_sflag: i16,
pub _pad1: [i8; 2],
pub sbuffer_used: i32,
pub sbuffer_size: i32,
pub vert_color_fill: [f32; 4],
pub arrow_start: [f32; 8],
pub arrow_end: [f32; 8],
pub arrow_start_style: i32,
pub arrow_end_style: i32,
pub tot_cp_points: i32,
pub _pad2: [i8; 4],
pub cp_points: Pointer<bGPDcontrolpoint>,
pub sbuffer_brush: Pointer<Brush>,
pub gpencil_cache: Pointer<Nothing>,
pub lineart_cache: Pointer<Nothing>,
pub update_cache: Pointer<Nothing>,
}Fields§
§sbuffer: Pointer<Void>§sbuffer_stroke_batch: Pointer<Nothing>§sbuffer_fill_batch: Pointer<Nothing>§sbuffer_gps: Pointer<bGPDstroke>§playing: i16§matid: i16§sbuffer_sflag: i16§_pad1: [i8; 2]§sbuffer_used: i32§sbuffer_size: i32§vert_color_fill: [f32; 4]§arrow_start: [f32; 8]§arrow_end: [f32; 8]§arrow_start_style: i32§arrow_end_style: i32§tot_cp_points: i32§_pad2: [i8; 4]§cp_points: Pointer<bGPDcontrolpoint>§sbuffer_brush: Pointer<Brush>§gpencil_cache: Pointer<Nothing>§lineart_cache: Pointer<Nothing>§update_cache: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for bGPdata_Runtime
impl GeneratedBlendStruct for bGPdata_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPdata_Runtime"
const STRUCT_INDEX: usize = 587usize
const STRUCT_TYPE_INDEX: usize = 721usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPdata_Runtime> for bGPdata_Runtime
Auto Trait Implementations§
impl Freeze for bGPdata_Runtime
impl RefUnwindSafe for bGPdata_Runtime
impl Send for bGPdata_Runtime
impl Sync for bGPdata_Runtime
impl Unpin for bGPdata_Runtime
impl UnwindSafe for bGPdata_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