Struct gtk_sys::GtkCalendar [] [src]

#[repr(C)]
pub struct GtkCalendar { pub widget: GtkWidget, pub priv_: *mut GtkCalendarPrivate, }

Fields

Trait Implementations

impl Copy for GtkCalendar
[src]

impl Clone for GtkCalendar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkCalendar
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkCalendar

impl !Sync for GtkCalendar