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