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