#[repr(C, packed(4))]pub struct tPaletteColorHSV {
pub rgb: [f32; 3],
pub value: f32,
pub h: f32,
pub s: f32,
pub v: f32,
}Fields§
§rgb: [f32; 3]§value: f32§h: f32§s: f32§v: f32Trait Implementations§
Source§impl GeneratedBlendStruct for tPaletteColorHSV
impl GeneratedBlendStruct for tPaletteColorHSV
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "tPaletteColorHSV"
const STRUCT_INDEX: usize = 550usize
const STRUCT_TYPE_INDEX: usize = 682usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<tPaletteColorHSV> for tPaletteColorHSV
Auto Trait Implementations§
impl Freeze for tPaletteColorHSV
impl RefUnwindSafe for tPaletteColorHSV
impl Send for tPaletteColorHSV
impl Sync for tPaletteColorHSV
impl Unpin for tPaletteColorHSV
impl UnwindSafe for tPaletteColorHSV
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