#[repr(C)]pub struct GTcpWrapperConnectionClass {
pub parent_class: GTcpConnectionClass,
}Fields§
§parent_class: GTcpConnectionClassTrait Implementations§
Source§impl Clone for GTcpWrapperConnectionClass
impl Clone for GTcpWrapperConnectionClass
Source§fn clone(&self) -> GTcpWrapperConnectionClass
fn clone(&self) -> GTcpWrapperConnectionClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GTcpWrapperConnectionClass
Auto Trait Implementations§
impl !Send for GTcpWrapperConnectionClass
impl !Sync for GTcpWrapperConnectionClass
impl Freeze for GTcpWrapperConnectionClass
impl RefUnwindSafe for GTcpWrapperConnectionClass
impl Unpin for GTcpWrapperConnectionClass
impl UnsafeUnpin 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