#[repr(C)]pub struct _GTlsConnection {
pub parent_instance: GIOStream,
pub priv_: *mut GTlsConnectionPrivate,
}Fields§
§parent_instance: GIOStream§priv_: *mut GTlsConnectionPrivateTrait Implementations§
Source§impl Clone for _GTlsConnection
impl Clone for _GTlsConnection
Source§fn clone(&self) -> _GTlsConnection
fn clone(&self) -> _GTlsConnection
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _GTlsConnection
impl Debug for _GTlsConnection
Source§impl PartialEq for _GTlsConnection
impl PartialEq for _GTlsConnection
impl Copy for _GTlsConnection
impl Eq for _GTlsConnection
impl StructuralPartialEq for _GTlsConnection
Auto Trait Implementations§
impl Freeze for _GTlsConnection
impl RefUnwindSafe for _GTlsConnection
impl !Send for _GTlsConnection
impl !Sync for _GTlsConnection
impl Unpin for _GTlsConnection
impl UnwindSafe for _GTlsConnection
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)