Struct gtk_sys::_GtkAssistantPrivate
source · [−]#[repr(C)]pub struct _GtkAssistantPrivate(_);Auto Trait Implementations
impl RefUnwindSafe for _GtkAssistantPrivate
impl Send for _GtkAssistantPrivate
impl Sync for _GtkAssistantPrivate
impl Unpin for _GtkAssistantPrivate
impl UnwindSafe for _GtkAssistantPrivate
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