#[repr(C)]pub struct GraniteValidatedEntryClass {
pub parent_class: GtkEntryClass,
}Fields§
§parent_class: GtkEntryClassTrait Implementations§
Source§impl Clone for GraniteValidatedEntryClass
impl Clone for GraniteValidatedEntryClass
Source§fn clone(&self) -> GraniteValidatedEntryClass
fn clone(&self) -> GraniteValidatedEntryClass
Returns a duplicate 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 GraniteValidatedEntryClass
impl Debug for GraniteValidatedEntryClass
impl Copy for GraniteValidatedEntryClass
Auto Trait Implementations§
impl Freeze for GraniteValidatedEntryClass
impl RefUnwindSafe for GraniteValidatedEntryClass
impl !Send for GraniteValidatedEntryClass
impl !Sync for GraniteValidatedEntryClass
impl Unpin for GraniteValidatedEntryClass
impl UnwindSafe for GraniteValidatedEntryClass
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