#[repr(C)]pub struct GraniteValidatedEntry {
pub parent_instance: GtkEntry,
pub priv_: *mut GraniteValidatedEntryPrivate,
}Fields§
§parent_instance: GtkEntry§priv_: *mut GraniteValidatedEntryPrivateTrait Implementations§
Source§impl Clone for GraniteValidatedEntry
impl Clone for GraniteValidatedEntry
Source§fn clone(&self) -> GraniteValidatedEntry
fn clone(&self) -> GraniteValidatedEntry
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 GraniteValidatedEntry
impl Debug for GraniteValidatedEntry
impl Copy for GraniteValidatedEntry
Auto Trait Implementations§
impl Freeze for GraniteValidatedEntry
impl RefUnwindSafe for GraniteValidatedEntry
impl !Send for GraniteValidatedEntry
impl !Sync for GraniteValidatedEntry
impl Unpin for GraniteValidatedEntry
impl UnwindSafe for GraniteValidatedEntry
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