pub struct Info {
pub base: InfoBase,
pub glib_get_type: Option<(String, Option<Version>)>,
pub is_boxed: bool,
pub derives: Vec<Derive>,
pub boxed_inline: bool,
pub init_function_expression: Option<String>,
pub copy_into_function_expression: Option<String>,
pub clear_function_expression: Option<String>,
}
Fields§
§base: InfoBase
§glib_get_type: Option<(String, Option<Version>)>
§is_boxed: bool
§derives: Vec<Derive>
§boxed_inline: bool
§init_function_expression: Option<String>
§copy_into_function_expression: Option<String>
§clear_function_expression: Option<String>
Implementations§
Methods from Deref<Target = InfoBase>§
sourcepub fn constructors(&self) -> Vec<&Info>
pub fn constructors(&self) -> Vec<&Info>
TODO: return iterator
pub fn methods(&self) -> Vec<&Info>
pub fn functions(&self) -> Vec<&Info>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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