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