#[repr(C)]pub struct GSocketConnectableIface {
pub g_iface: GTypeInterface,
pub enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>,
pub proxy_enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>,
pub to_string: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut c_char>,
}
Fields§
§g_iface: GTypeInterface
§enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>
§proxy_enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>
§to_string: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut c_char>
Trait Implementations§
Source§impl Clone for GSocketConnectableIface
impl Clone for GSocketConnectableIface
Source§fn clone(&self) -> GSocketConnectableIface
fn clone(&self) -> GSocketConnectableIface
Returns a copy 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 GSocketConnectableIface
impl Debug for GSocketConnectableIface
impl Copy for GSocketConnectableIface
Auto Trait Implementations§
impl Freeze for GSocketConnectableIface
impl RefUnwindSafe for GSocketConnectableIface
impl Send for GSocketConnectableIface
impl Sync for GSocketConnectableIface
impl Unpin for GSocketConnectableIface
impl UnwindSafe for GSocketConnectableIface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)