Struct GSourceCallbackFuncs
#[repr(C)]pub struct GSourceCallbackFuncs {
pub ref_: Option<unsafe extern "C" fn(*mut c_void)>,
pub unref: Option<unsafe extern "C" fn(*mut c_void)>,
pub get: Option<unsafe extern "C" fn(*mut c_void, *mut GSource, *mut Option<unsafe extern "C" fn(*mut c_void) -> i32>, *mut *mut c_void)>,
}Fields§
§ref_: Option<unsafe extern "C" fn(*mut c_void)>§unref: Option<unsafe extern "C" fn(*mut c_void)>§get: Option<unsafe extern "C" fn(*mut c_void, *mut GSource, *mut Option<unsafe extern "C" fn(*mut c_void) -> i32>, *mut *mut c_void)>Trait Implementations§
§impl Clone for GSourceCallbackFuncs
impl Clone for GSourceCallbackFuncs
§fn clone(&self) -> GSourceCallbackFuncs
fn clone(&self) -> GSourceCallbackFuncs
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 more§impl Debug for GSourceCallbackFuncs
impl Debug for GSourceCallbackFuncs
impl Copy for GSourceCallbackFuncs
Auto Trait Implementations§
impl Freeze for GSourceCallbackFuncs
impl RefUnwindSafe for GSourceCallbackFuncs
impl Send for GSourceCallbackFuncs
impl Sync for GSourceCallbackFuncs
impl Unpin for GSourceCallbackFuncs
impl UnwindSafe for GSourceCallbackFuncs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more