#[repr(C)]pub struct ThemeWidget {
pub set: c_int,
pub name: *mut c_char,
pub num_widgets: c_uint,
pub widgets: *mut *mut ThemeWidget,
pub media: *mut ThemeMedia,
pub properties: *mut GHashTable,
pub parent: *mut ThemeWidget,
}Expand description
Theme widget.
Fields§
§set: c_int§name: *mut c_char§num_widgets: c_uint§widgets: *mut *mut ThemeWidget§media: *mut ThemeMedia§properties: *mut GHashTable§parent: *mut ThemeWidgetTrait Implementations§
Source§impl Clone for ThemeWidget
impl Clone for ThemeWidget
Source§fn clone(&self) -> ThemeWidget
fn clone(&self) -> ThemeWidget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ThemeWidget
impl Debug for ThemeWidget
Source§impl PartialEq for ThemeWidget
impl PartialEq for ThemeWidget
impl Copy for ThemeWidget
impl Eq for ThemeWidget
impl StructuralPartialEq for ThemeWidget
Auto Trait Implementations§
impl Freeze for ThemeWidget
impl RefUnwindSafe for ThemeWidget
impl !Send for ThemeWidget
impl !Sync for ThemeWidget
impl Unpin for ThemeWidget
impl UnwindSafe for ThemeWidget
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