#[repr(C)]pub struct GtkEventBox {
pub bin: GtkBin,
pub priv_: *mut GtkEventBoxPrivate,
}Fields§
§bin: GtkBin§priv_: *mut GtkEventBoxPrivateTrait Implementations§
Source§impl Clone for GtkEventBox
impl Clone for GtkEventBox
Source§fn clone(&self) -> GtkEventBox
fn clone(&self) -> GtkEventBox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkEventBox
Auto Trait Implementations§
impl !Send for GtkEventBox
impl !Sync for GtkEventBox
impl Freeze for GtkEventBox
impl RefUnwindSafe for GtkEventBox
impl Unpin for GtkEventBox
impl UnsafeUnpin for GtkEventBox
impl UnwindSafe for GtkEventBox
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