Struct gtk_sys::GtkCalendar [−][src]
#[repr(C)]pub struct GtkCalendar { pub widget: GtkWidget, pub priv_: *mut GtkCalendarPrivate, }
Fields
widget: GtkWidget
priv_: *mut GtkCalendarPrivate
Trait Implementations
impl Copy for GtkCalendar[src]
impl Copy for GtkCalendarimpl Clone for GtkCalendar[src]
impl Clone for GtkCalendarfn clone(&self) -> GtkCalendar[src]
fn clone(&self) -> GtkCalendarReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkCalendar[src]
impl Debug for GtkCalendarAuto Trait Implementations
impl !Send for GtkCalendar
impl !Send for GtkCalendarimpl !Sync for GtkCalendar
impl !Sync for GtkCalendar