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