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