bGPdata_Runtime

Struct bGPdata_Runtime 

Source
#[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§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.