Struct gtk_sys::GtkCalendar
source · [−]#[repr(C)]pub struct GtkCalendar {
pub widget: GtkWidget,
pub priv_: *mut GtkCalendarPrivate,
}
Fields
widget: GtkWidget
priv_: *mut GtkCalendarPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCalendar
impl !Send for GtkCalendar
impl !Sync for GtkCalendar
impl Unpin for GtkCalendar
impl UnwindSafe for GtkCalendar
Blanket Implementations
Mutably borrows from an owned value. Read more