#[repr(C)]pub struct GoaExchangeIface {
pub parent_iface: GTypeInterface,
pub get_host: Option<unsafe extern "C" fn(*mut GoaExchange) -> *const c_char>,
pub get_accept_ssl_errors: Option<unsafe extern "C" fn(*mut GoaExchange) -> gboolean>,
}Fields§
§parent_iface: GTypeInterface§get_host: Option<unsafe extern "C" fn(*mut GoaExchange) -> *const c_char>§get_accept_ssl_errors: Option<unsafe extern "C" fn(*mut GoaExchange) -> gboolean>Trait Implementations§
Source§impl Clone for GoaExchangeIface
impl Clone for GoaExchangeIface
Source§fn clone(&self) -> GoaExchangeIface
fn clone(&self) -> GoaExchangeIface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoaExchangeIface
impl Debug for GoaExchangeIface
impl Copy for GoaExchangeIface
Auto Trait Implementations§
impl Freeze for GoaExchangeIface
impl RefUnwindSafe for GoaExchangeIface
impl Send for GoaExchangeIface
impl Sync for GoaExchangeIface
impl Unpin for GoaExchangeIface
impl UnwindSafe for GoaExchangeIface
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