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