Struct gtk_sys::_GtkPrintOperationPrivate
source · [−]#[repr(C)]pub struct _GtkPrintOperationPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GtkPrintOperationPrivate
impl !Send for _GtkPrintOperationPrivate
impl !Sync for _GtkPrintOperationPrivate
impl !Unpin for _GtkPrintOperationPrivate
impl UnwindSafe for _GtkPrintOperationPrivate
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