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