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