#[repr(C)]pub struct GtkRevealer {
pub parent_instance: GtkBin,
}Fields§
§parent_instance: GtkBinTrait Implementations§
Source§impl Clone for GtkRevealer
impl Clone for GtkRevealer
Source§fn clone(&self) -> GtkRevealer
fn clone(&self) -> GtkRevealer
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 GtkRevealer
Auto Trait Implementations§
impl !Send for GtkRevealer
impl !Sync for GtkRevealer
impl Freeze for GtkRevealer
impl RefUnwindSafe for GtkRevealer
impl Unpin for GtkRevealer
impl UnsafeUnpin for GtkRevealer
impl UnwindSafe for GtkRevealer
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