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