#[repr(C)]pub struct GTcpWrapperConnection {
pub parent_instance: GTcpConnection,
pub priv_: *mut GTcpWrapperConnectionPrivate,
}Fields§
§parent_instance: GTcpConnection§priv_: *mut GTcpWrapperConnectionPrivateAuto 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