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