#[repr(C)]pub struct _GtkCalendarPrivate(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GtkCalendarPrivate
impl RefUnwindSafe for _GtkCalendarPrivate
impl Send for _GtkCalendarPrivate
impl Sync for _GtkCalendarPrivate
impl Unpin for _GtkCalendarPrivate
impl UnwindSafe for _GtkCalendarPrivate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more