#[repr(C, packed(4))]pub struct bGPDcontrolpoint {
pub x: f32,
pub y: f32,
pub z: f32,
pub color: [f32; 4],
pub size: i32,
}Fields§
§x: f32§y: f32§z: f32§color: [f32; 4]§size: i32Trait Implementations§
Source§impl GeneratedBlendStruct for bGPDcontrolpoint
impl GeneratedBlendStruct for bGPDcontrolpoint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDcontrolpoint"
const STRUCT_INDEX: usize = 572usize
const STRUCT_TYPE_INDEX: usize = 706usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDcontrolpoint> for bGPDcontrolpoint
Auto Trait Implementations§
impl Freeze for bGPDcontrolpoint
impl RefUnwindSafe for bGPDcontrolpoint
impl Send for bGPDcontrolpoint
impl Sync for bGPDcontrolpoint
impl Unpin for bGPDcontrolpoint
impl UnwindSafe for bGPDcontrolpoint
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