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