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