#[repr(C)]pub struct AdwEntryRowClass {
pub parent_class: AdwPreferencesRowClass,
}
Fields§
§parent_class: AdwPreferencesRowClass
Trait Implementations§
Source§impl Clone for AdwEntryRowClass
impl Clone for AdwEntryRowClass
Source§fn clone(&self) -> AdwEntryRowClass
fn clone(&self) -> AdwEntryRowClass
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 AdwEntryRowClass
impl Debug for AdwEntryRowClass
impl Copy for AdwEntryRowClass
Auto Trait Implementations§
impl Freeze for AdwEntryRowClass
impl RefUnwindSafe for AdwEntryRowClass
impl !Send for AdwEntryRowClass
impl !Sync for AdwEntryRowClass
impl Unpin for AdwEntryRowClass
impl UnwindSafe for AdwEntryRowClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)