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