#[repr(C)]pub struct HitakiQuadletNotificationInterface {
pub iface: GTypeInterface,
pub notified: Option<unsafe extern "C" fn(*mut HitakiQuadletNotification, u32)>,
}Fields§
§iface: GTypeInterface§notified: Option<unsafe extern "C" fn(*mut HitakiQuadletNotification, u32)>Trait Implementations§
Source§impl Clone for HitakiQuadletNotificationInterface
impl Clone for HitakiQuadletNotificationInterface
Source§fn clone(&self) -> HitakiQuadletNotificationInterface
fn clone(&self) -> HitakiQuadletNotificationInterface
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 moreimpl Copy for HitakiQuadletNotificationInterface
Auto Trait Implementations§
impl Freeze for HitakiQuadletNotificationInterface
impl RefUnwindSafe for HitakiQuadletNotificationInterface
impl Send for HitakiQuadletNotificationInterface
impl Sync for HitakiQuadletNotificationInterface
impl Unpin for HitakiQuadletNotificationInterface
impl UnwindSafe for HitakiQuadletNotificationInterface
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