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