#[repr(C, packed(4))]pub struct uiWidgetStateColors {
pub inner_anim: [i8; 4],
pub inner_anim_sel: [i8; 4],
pub inner_key: [i8; 4],
pub inner_key_sel: [i8; 4],
pub inner_driven: [i8; 4],
pub inner_driven_sel: [i8; 4],
pub inner_overridden: [i8; 4],
pub inner_overridden_sel: [i8; 4],
pub inner_changed: [i8; 4],
pub inner_changed_sel: [i8; 4],
pub blend: f32,
pub _pad0: [i8; 4],
}Fields§
§inner_anim: [i8; 4]§inner_anim_sel: [i8; 4]§inner_key: [i8; 4]§inner_key_sel: [i8; 4]§inner_driven: [i8; 4]§inner_driven_sel: [i8; 4]§inner_overridden: [i8; 4]§inner_overridden_sel: [i8; 4]§inner_changed: [i8; 4]§inner_changed_sel: [i8; 4]§blend: f32§_pad0: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for uiWidgetStateColors
impl GeneratedBlendStruct for uiWidgetStateColors
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "uiWidgetStateColors"
const STRUCT_INDEX: usize = 275usize
const STRUCT_TYPE_INDEX: usize = 392usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<uiWidgetStateColors> for uiWidgetStateColors
Auto Trait Implementations§
impl Freeze for uiWidgetStateColors
impl RefUnwindSafe for uiWidgetStateColors
impl Send for uiWidgetStateColors
impl Sync for uiWidgetStateColors
impl Unpin for uiWidgetStateColors
impl UnwindSafe for uiWidgetStateColors
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