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