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