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