Struct gir_parser::FunctionInline
source · pub struct FunctionInline { /* private fields */ }Implementations§
source§impl FunctionInline
impl FunctionInline
pub fn return_value(&self) -> &ReturnValue
pub fn parameters(&self) -> &Parameters
Trait Implementations§
source§impl Attributable for FunctionInline
impl Attributable for FunctionInline
fn attributes(&self) -> &[Attribute]
fn gtk_property_get(&self) -> Option<&str>
fn gtk_method_get_property(&self) -> Option<&str>
fn gtk_property_set(&self) -> Option<&str>
fn gtk_method_set_property(&self) -> Option<&str>
source§impl Callable for FunctionInline
impl Callable for FunctionInline
source§impl Debug for FunctionInline
impl Debug for FunctionInline
source§impl Documentable for FunctionInline
impl Documentable for FunctionInline
fn doc(&self) -> Option<&Documentation>
fn doc_deprecated(&self) -> Option<&DocDeprecated>
fn doc_stability(&self) -> Option<&DocStability>
fn doc_version(&self) -> Option<&DocVersion>
fn source_position(&self) -> Option<&SourcePosition>
source§impl Info for FunctionInline
impl Info for FunctionInline
source§impl XmlDeserialize for FunctionInline
impl XmlDeserialize for FunctionInline
Auto Trait Implementations§
impl Freeze for FunctionInline
impl RefUnwindSafe for FunctionInline
impl Send for FunctionInline
impl Sync for FunctionInline
impl Unpin for FunctionInline
impl UnwindSafe for FunctionInline
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