#[repr(C, packed(4))]pub struct NodeHueSat {
pub hue: f32,
pub sat: f32,
pub val: f32,
}Fields§
§hue: f32§sat: f32§val: f32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeHueSat
impl GeneratedBlendStruct for NodeHueSat
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeHueSat"
const STRUCT_INDEX: usize = 435usize
const STRUCT_TYPE_INDEX: usize = 573usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeHueSat> for NodeHueSat
Auto Trait Implementations§
impl Freeze for NodeHueSat
impl RefUnwindSafe for NodeHueSat
impl Send for NodeHueSat
impl Sync for NodeHueSat
impl Unpin for NodeHueSat
impl UnwindSafe for NodeHueSat
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