Struct frida_sys::_GDtlsClientConnection
source · [−]#[repr(C)]pub struct _GDtlsClientConnection { /* private fields */ }Trait Implementations
sourceimpl Clone for _GDtlsClientConnection
impl Clone for _GDtlsClientConnection
sourcefn clone(&self) -> _GDtlsClientConnection
fn clone(&self) -> _GDtlsClientConnection
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _GDtlsClientConnection
impl Debug for _GDtlsClientConnection
impl Copy for _GDtlsClientConnection
Auto Trait Implementations
impl RefUnwindSafe for _GDtlsClientConnection
impl Send for _GDtlsClientConnection
impl Sync for _GDtlsClientConnection
impl Unpin for _GDtlsClientConnection
impl UnwindSafe for _GDtlsClientConnection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more