#[repr(C)]pub struct AdwPasswordEntryRowClass {
pub parent_class: AdwEntryRowClass,
}Fields§
§parent_class: AdwEntryRowClassTrait Implementations§
Source§impl Clone for AdwPasswordEntryRowClass
impl Clone for AdwPasswordEntryRowClass
Source§fn clone(&self) -> AdwPasswordEntryRowClass
fn clone(&self) -> AdwPasswordEntryRowClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdwPasswordEntryRowClass
Auto Trait Implementations§
impl !Send for AdwPasswordEntryRowClass
impl !Sync for AdwPasswordEntryRowClass
impl Freeze for AdwPasswordEntryRowClass
impl RefUnwindSafe for AdwPasswordEntryRowClass
impl Unpin for AdwPasswordEntryRowClass
impl UnsafeUnpin 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