Struct gir_parser::MethodInline
source · pub struct MethodInline { /* private fields */ }Implementations§
source§impl MethodInline
impl MethodInline
pub fn return_value(&self) -> &ReturnValue
pub fn parameters(&self) -> &Parameters
Trait Implementations§
source§impl Attributable for MethodInline
impl Attributable for MethodInline
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 MethodInline
impl Callable for MethodInline
source§impl Debug for MethodInline
impl Debug for MethodInline
source§impl Documentable for MethodInline
impl Documentable for MethodInline
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 MethodInline
impl Info for MethodInline
source§impl XmlDeserialize for MethodInline
impl XmlDeserialize for MethodInline
Auto Trait Implementations§
impl Freeze for MethodInline
impl RefUnwindSafe for MethodInline
impl Send for MethodInline
impl Sync for MethodInline
impl Unpin for MethodInline
impl UnwindSafe for MethodInline
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