bTheme

Struct bTheme 

Source
#[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§

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.