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