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