Struct libadwaita_sys::AdwComboRowClass
source · [−]#[repr(C)]pub struct AdwComboRowClass {
pub parent_class: AdwActionRowClass,
pub padding: [gpointer; 4],
}Fields
parent_class: AdwActionRowClasspadding: [gpointer; 4]Trait Implementations
sourceimpl Clone for AdwComboRowClass
impl Clone for AdwComboRowClass
sourcefn clone(&self) -> AdwComboRowClass
fn clone(&self) -> AdwComboRowClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AdwComboRowClass
impl Debug for AdwComboRowClass
impl Copy for AdwComboRowClass
Auto Trait Implementations
impl RefUnwindSafe for AdwComboRowClass
impl !Send for AdwComboRowClass
impl !Sync for AdwComboRowClass
impl Unpin for AdwComboRowClass
impl UnwindSafe for AdwComboRowClass
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