Struct gtk4_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§
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