#[repr(C, packed(4))]pub struct bTheme {Show 26 fields
pub next: Pointer<bTheme>,
pub prev: Pointer<bTheme>,
pub name: [i8; 32],
pub tui: ThemeUI,
pub tbuts: ThemeSpace,
pub tv3d: ThemeSpace,
pub tfile: ThemeSpace,
pub tipo: ThemeSpace,
pub tinfo: ThemeSpace,
pub tact: ThemeSpace,
pub tnla: ThemeSpace,
pub tseq: ThemeSpace,
pub tima: ThemeSpace,
pub text: ThemeSpace,
pub toops: ThemeSpace,
pub tnode: ThemeSpace,
pub tuserpref: ThemeSpace,
pub tconsole: ThemeSpace,
pub tclip: ThemeSpace,
pub ttopbar: ThemeSpace,
pub tstatusbar: ThemeSpace,
pub space_spreadsheet: ThemeSpace,
pub tarm: [ThemeWireColor; 20],
pub collection_color: [ThemeCollectionColor; 8],
pub strip_color: [ThemeStripColor; 9],
pub active_theme_area: i32,
}
Fields§
§next: Pointer<bTheme>
§prev: Pointer<bTheme>
§name: [i8; 32]
§tui: ThemeUI
§tbuts: ThemeSpace
§tv3d: ThemeSpace
§tfile: ThemeSpace
§tipo: ThemeSpace
§tinfo: ThemeSpace
§tact: ThemeSpace
§tnla: ThemeSpace
§tseq: ThemeSpace
§tima: ThemeSpace
§text: ThemeSpace
§toops: ThemeSpace
§tnode: ThemeSpace
§tuserpref: ThemeSpace
§tconsole: ThemeSpace
§tclip: ThemeSpace
§ttopbar: ThemeSpace
§tstatusbar: ThemeSpace
§space_spreadsheet: ThemeSpace
§tarm: [ThemeWireColor; 20]
§collection_color: [ThemeCollectionColor; 8]
§strip_color: [ThemeStripColor; 9]
§active_theme_area: i32
Trait Implementations§
Source§impl GeneratedBlendStruct for bTheme
impl GeneratedBlendStruct for bTheme
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bTheme"
const STRUCT_INDEX: usize = 282usize
const STRUCT_TYPE_INDEX: usize = 399usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bTheme> for bTheme
Auto Trait Implementations§
impl Freeze for bTheme
impl RefUnwindSafe for bTheme
impl Send for bTheme
impl Sync for bTheme
impl Unpin for bTheme
impl UnwindSafe for bTheme
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