Struct libadwaita_sys::AdwPasswordEntryRowClass
source · [−]#[repr(C)]pub struct AdwPasswordEntryRowClass {
pub parent_class: AdwEntryRowClass,
}Fields
parent_class: AdwEntryRowClassTrait Implementations
sourceimpl Clone for AdwPasswordEntryRowClass
impl Clone for AdwPasswordEntryRowClass
sourcefn clone(&self) -> AdwPasswordEntryRowClass
fn clone(&self) -> AdwPasswordEntryRowClass
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 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
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