Struct frida_sys::_GDtlsServerConnection
source · [−]#[repr(C)]pub struct _GDtlsServerConnection { /* private fields */ }Trait Implementations
sourceimpl Clone for _GDtlsServerConnection
impl Clone for _GDtlsServerConnection
sourcefn clone(&self) -> _GDtlsServerConnection
fn clone(&self) -> _GDtlsServerConnection
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 _GDtlsServerConnection
impl Debug for _GDtlsServerConnection
impl Copy for _GDtlsServerConnection
Auto Trait Implementations
impl RefUnwindSafe for _GDtlsServerConnection
impl Send for _GDtlsServerConnection
impl Sync for _GDtlsServerConnection
impl Unpin for _GDtlsServerConnection
impl UnwindSafe for _GDtlsServerConnection
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