Struct gtk_sys::_GtkCalendarPrivate
source · [−]#[repr(C)]pub struct _GtkCalendarPrivate(_);Auto Trait Implementations
impl RefUnwindSafe for _GtkCalendarPrivate
impl Send for _GtkCalendarPrivate
impl Sync for _GtkCalendarPrivate
impl Unpin for _GtkCalendarPrivate
impl UnwindSafe for _GtkCalendarPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more