#[repr(C)]pub struct GtkMisc {
pub widget: GtkWidget,
pub priv_: *mut GtkMiscPrivate,
}
Fields§
§widget: GtkWidget
§priv_: *mut GtkMiscPrivate
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GtkMisc
impl !Send for GtkMisc
impl !Sync for GtkMisc
impl Unpin for GtkMisc
impl UnwindSafe for GtkMisc
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