#[repr(C)]pub struct SoupSocket {
pub parent: GObject,
}
Fields§
§parent: GObject
Trait Implementations§
Source§impl Clone for SoupSocket
impl Clone for SoupSocket
Source§fn clone(&self) -> SoupSocket
fn clone(&self) -> SoupSocket
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 SoupSocket
impl Debug for SoupSocket
impl Copy for SoupSocket
Auto Trait Implementations§
impl Freeze for SoupSocket
impl RefUnwindSafe for SoupSocket
impl !Send for SoupSocket
impl !Sync for SoupSocket
impl Unpin for SoupSocket
impl UnwindSafe for SoupSocket
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