#[repr(C, packed(4))]pub struct bGPDspoint {}Fields§
§x: f32§y: f32§z: f32§pressure: f32§strength: f32§time: f32§flag: i32§uv_fac: f32§uv_rot: f32§uv_fill: [f32; 2]§vert_color: [f32; 4]§_pad2: [i8; 4]§runtime: bGPDspoint_RuntimeTrait Implementations§
Source§impl GeneratedBlendStruct for bGPDspoint
impl GeneratedBlendStruct for bGPDspoint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDspoint"
const STRUCT_INDEX: usize = 574usize
const STRUCT_TYPE_INDEX: usize = 708usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDspoint> for bGPDspoint
Auto Trait Implementations§
impl Freeze for bGPDspoint
impl RefUnwindSafe for bGPDspoint
impl Send for bGPDspoint
impl Sync for bGPDspoint
impl Unpin for bGPDspoint
impl UnwindSafe for bGPDspoint
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