#[repr(C)]pub struct _GTcpWrapperConnection {
pub parent_instance: GTcpConnection,
pub priv_: *mut GTcpWrapperConnectionPrivate,
}
Fields§
§parent_instance: GTcpConnection
§priv_: *mut GTcpWrapperConnectionPrivate
Trait Implementations§
Source§impl Clone for _GTcpWrapperConnection
impl Clone for _GTcpWrapperConnection
Source§fn clone(&self) -> _GTcpWrapperConnection
fn clone(&self) -> _GTcpWrapperConnection
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 _GTcpWrapperConnection
impl Debug for _GTcpWrapperConnection
Source§impl PartialEq for _GTcpWrapperConnection
impl PartialEq for _GTcpWrapperConnection
impl Copy for _GTcpWrapperConnection
impl Eq for _GTcpWrapperConnection
impl StructuralPartialEq for _GTcpWrapperConnection
Auto Trait Implementations§
impl Freeze for _GTcpWrapperConnection
impl RefUnwindSafe for _GTcpWrapperConnection
impl !Send for _GTcpWrapperConnection
impl !Sync for _GTcpWrapperConnection
impl Unpin for _GTcpWrapperConnection
impl UnwindSafe for _GTcpWrapperConnection
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