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