#[repr(C, packed(4))]pub struct bGPDpalettecolor {
pub next: Pointer<bGPDpalettecolor>,
pub prev: Pointer<bGPDpalettecolor>,
pub info: [i8; 64],
pub color: [f32; 4],
pub fill: [f32; 4],
pub flag: i16,
pub _pad: [i8; 6],
}Fields§
§next: Pointer<bGPDpalettecolor>§prev: Pointer<bGPDpalettecolor>§info: [i8; 64]§color: [f32; 4]§fill: [f32; 4]§flag: i16§_pad: [i8; 6]Trait Implementations§
Source§impl GeneratedBlendStruct for bGPDpalettecolor
impl GeneratedBlendStruct for bGPDpalettecolor
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bGPDpalettecolor"
const STRUCT_INDEX: usize = 576usize
const STRUCT_TYPE_INDEX: usize = 710usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bGPDpalettecolor> for bGPDpalettecolor
Auto Trait Implementations§
impl Freeze for bGPDpalettecolor
impl RefUnwindSafe for bGPDpalettecolor
impl Send for bGPDpalettecolor
impl Sync for bGPDpalettecolor
impl Unpin for bGPDpalettecolor
impl UnwindSafe for bGPDpalettecolor
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