#[repr(C)]pub struct GtkPopoverBinClass {
pub parent_class: GtkWidgetClass,
}Fields§
§parent_class: GtkWidgetClassTrait Implementations§
Source§impl Clone for GtkPopoverBinClass
impl Clone for GtkPopoverBinClass
Source§fn clone(&self) -> GtkPopoverBinClass
fn clone(&self) -> GtkPopoverBinClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GtkPopoverBinClass
impl Debug for GtkPopoverBinClass
impl Copy for GtkPopoverBinClass
Auto Trait Implementations§
impl Freeze for GtkPopoverBinClass
impl RefUnwindSafe for GtkPopoverBinClass
impl !Send for GtkPopoverBinClass
impl !Sync for GtkPopoverBinClass
impl Unpin for GtkPopoverBinClass
impl UnwindSafe for GtkPopoverBinClass
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