#[repr(C)]pub struct SoupContentDecoder {
pub parent: GObject,
pub priv_: *mut SoupContentDecoderPrivate,
}
Fields§
§parent: GObject
§priv_: *mut SoupContentDecoderPrivate
Trait Implementations§
Source§impl Clone for SoupContentDecoder
impl Clone for SoupContentDecoder
Source§fn clone(&self) -> SoupContentDecoder
fn clone(&self) -> SoupContentDecoder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SoupContentDecoder
impl Debug for SoupContentDecoder
impl Copy for SoupContentDecoder
Auto Trait Implementations§
impl Freeze for SoupContentDecoder
impl RefUnwindSafe for SoupContentDecoder
impl !Send for SoupContentDecoder
impl !Sync for SoupContentDecoder
impl Unpin for SoupContentDecoder
impl UnwindSafe for SoupContentDecoder
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