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