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