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