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