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