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