Struct libadwaita_sys::AdwSpinRowClass
source · #[repr(C)]pub struct AdwSpinRowClass {
pub parent_class: AdwActionRowClass,
}
Fields§
§parent_class: AdwActionRowClass
Trait Implementations§
source§impl Clone for AdwSpinRowClass
impl Clone for AdwSpinRowClass
source§fn clone(&self) -> AdwSpinRowClass
fn clone(&self) -> AdwSpinRowClass
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 AdwSpinRowClass
impl Debug for AdwSpinRowClass
impl Copy for AdwSpinRowClass
Auto Trait Implementations§
impl RefUnwindSafe for AdwSpinRowClass
impl !Send for AdwSpinRowClass
impl !Sync for AdwSpinRowClass
impl Unpin for AdwSpinRowClass
impl UnwindSafe for AdwSpinRowClass
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