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