#[repr(C)]pub struct GInetAddressClass {
pub parent_class: GObjectClass,
pub to_string: Option<extern "C" fn(*mut GInetAddress) -> *mut gchar>,
pub to_bytes: Option<extern "C" fn(*mut GInetAddress) -> u8>,
}Fields§
§parent_class: GObjectClass§to_string: Option<extern "C" fn(*mut GInetAddress) -> *mut gchar>§to_bytes: Option<extern "C" fn(*mut GInetAddress) -> u8>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