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