#[repr(C)]pub struct _GInetAddressClass {
pub parent_class: GObjectClass,
pub to_string: Option<unsafe extern "C" fn(address: *mut GInetAddress) -> *mut gchar>,
pub to_bytes: Option<unsafe extern "C" fn(address: *mut GInetAddress) -> *const guint8>,
}Fields§
§parent_class: GObjectClass§to_string: Option<unsafe extern "C" fn(address: *mut GInetAddress) -> *mut gchar>§to_bytes: Option<unsafe extern "C" fn(address: *mut GInetAddress) -> *const guint8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GInetAddressClass
impl RefUnwindSafe for _GInetAddressClass
impl !Send for _GInetAddressClass
impl !Sync for _GInetAddressClass
impl Unpin for _GInetAddressClass
impl UnwindSafe for _GInetAddressClass
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