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