#[repr(C)]pub struct _GThreadCallbacks {
pub on_thread_init: Option<unsafe extern "C" fn()>,
pub on_thread_realize: Option<unsafe extern "C" fn()>,
pub on_thread_dispose: Option<unsafe extern "C" fn()>,
pub on_thread_finalize: Option<unsafe extern "C" fn()>,
}Fields§
§on_thread_init: Option<unsafe extern "C" fn()>§on_thread_realize: Option<unsafe extern "C" fn()>§on_thread_dispose: Option<unsafe extern "C" fn()>§on_thread_finalize: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for _GThreadCallbacks
impl Clone for _GThreadCallbacks
Source§fn clone(&self) -> _GThreadCallbacks
fn clone(&self) -> _GThreadCallbacks
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 moreSource§impl Debug for _GThreadCallbacks
impl Debug for _GThreadCallbacks
impl Copy for _GThreadCallbacks
Auto Trait Implementations§
impl Freeze for _GThreadCallbacks
impl RefUnwindSafe for _GThreadCallbacks
impl Send for _GThreadCallbacks
impl Sync for _GThreadCallbacks
impl Unpin for _GThreadCallbacks
impl UnwindSafe for _GThreadCallbacks
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