Struct libadwaita_sys::AdwEntryRow
source · #[repr(C)]pub struct AdwEntryRow {
pub parent_instance: AdwPreferencesRow,
}
Fields§
§parent_instance: AdwPreferencesRow
Trait Implementations§
source§impl Clone for AdwEntryRow
impl Clone for AdwEntryRow
source§fn clone(&self) -> AdwEntryRow
fn clone(&self) -> AdwEntryRow
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 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§
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