#[repr(C)]pub struct GtkPrintSetup { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkPrintSetup
impl RefUnwindSafe for GtkPrintSetup
impl !Send for GtkPrintSetup
impl !Sync for GtkPrintSetup
impl !Unpin for GtkPrintSetup
impl UnwindSafe for GtkPrintSetup
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