Struct frida_sys::_GTlsServerConnectionInterface
source · [−]#[repr(C)]pub struct _GTlsServerConnectionInterface {
pub g_iface: GTypeInterface,
}Fields
g_iface: GTypeInterfaceTrait Implementations
sourceimpl Clone for _GTlsServerConnectionInterface
impl Clone for _GTlsServerConnectionInterface
sourcefn clone(&self) -> _GTlsServerConnectionInterface
fn clone(&self) -> _GTlsServerConnectionInterface
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 moreimpl Copy for _GTlsServerConnectionInterface
Auto Trait Implementations
impl RefUnwindSafe for _GTlsServerConnectionInterface
impl Send for _GTlsServerConnectionInterface
impl Sync for _GTlsServerConnectionInterface
impl Unpin for _GTlsServerConnectionInterface
impl UnwindSafe for _GTlsServerConnectionInterface
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