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