#[repr(C)]pub struct _gmo_t {
pub cv: *mut caca_canvas_t,
pub dp: *mut caca_display_t,
pub theme: gtcaca_theme_t,
pub log: *mut gtcaca_log_t,
pub id: c_uint,
pub widgets_list: *mut gtcaca_widget_t,
}Fields§
§cv: *mut caca_canvas_t§dp: *mut caca_display_t§theme: gtcaca_theme_t§log: *mut gtcaca_log_t§id: c_uint§widgets_list: *mut gtcaca_widget_tTrait Implementations§
Auto Trait Implementations§
impl !Send for _gmo_t
impl !Sync for _gmo_t
impl Freeze for _gmo_t
impl RefUnwindSafe for _gmo_t
impl Unpin for _gmo_t
impl UnsafeUnpin for _gmo_t
impl UnwindSafe for _gmo_t
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