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 GtkCalendar
impl Clone for GtkCalendar
[src]
impl Clone for GtkCalendar
fn clone(&self) -> GtkCalendar
[src]
fn clone(&self) -> GtkCalendar
Returns 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 GtkCalendar
Auto Trait Implementations
impl !Send for GtkCalendar
impl !Send for GtkCalendar
impl !Sync for GtkCalendar
impl !Sync for GtkCalendar