Struct libadwaita_sys::AdwClampScrollableClass
source · #[repr(C)]pub struct AdwClampScrollableClass {
pub parent_class: GtkWidgetClass,
}Fields
parent_class: GtkWidgetClassTrait Implementations
sourceimpl Clone for AdwClampScrollableClass
impl Clone for AdwClampScrollableClass
sourcefn clone(&self) -> AdwClampScrollableClass
fn clone(&self) -> AdwClampScrollableClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more