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