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