#[repr(C)]pub struct _GTcpConnectionClass {
pub parent_class: GSocketConnectionClass,
}Fields§
§parent_class: GSocketConnectionClassTrait Implementations§
Auto Trait Implementations§
impl Freeze for _GTcpConnectionClass
impl RefUnwindSafe for _GTcpConnectionClass
impl !Send for _GTcpConnectionClass
impl !Sync for _GTcpConnectionClass
impl Unpin for _GTcpConnectionClass
impl UnwindSafe for _GTcpConnectionClass
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