#[repr(C)]pub struct GInterfaceInfo {
pub interface_init: Option<GInterfaceInitFunc>,
pub interface_finalize: Option<GInterfaceFinalizeFunc>,
pub interface_data: gpointer,
}Fields§
§interface_init: Option<GInterfaceInitFunc>§interface_finalize: Option<GInterfaceFinalizeFunc>§interface_data: gpointerAuto Trait Implementations§
impl Freeze for GInterfaceInfo
impl RefUnwindSafe for GInterfaceInfo
impl !Send for GInterfaceInfo
impl !Sync for GInterfaceInfo
impl Unpin for GInterfaceInfo
impl UnwindSafe for GInterfaceInfo
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