Struct libgir::analysis::functions::AsyncTrampoline
source · pub struct AsyncTrampoline {
pub is_method: bool,
pub has_error_parameter: bool,
pub name: String,
pub finish_func_name: String,
pub callback_type: String,
pub bound_name: char,
pub output_params: Vec<Parameter>,
pub ffi_ret: Option<Parameter>,
}
Fields§
§is_method: bool
§has_error_parameter: bool
§name: String
§finish_func_name: String
§callback_type: String
§bound_name: char
§output_params: Vec<Parameter>
§ffi_ret: Option<Parameter>
Trait Implementations§
source§impl Clone for AsyncTrampoline
impl Clone for AsyncTrampoline
source§fn clone(&self) -> AsyncTrampoline
fn clone(&self) -> AsyncTrampoline
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for AsyncTrampoline
impl RefUnwindSafe for AsyncTrampoline
impl Send for AsyncTrampoline
impl Sync for AsyncTrampoline
impl Unpin for AsyncTrampoline
impl UnwindSafe for AsyncTrampoline
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)