Struct gir_parser::ReturnValue
source · pub struct ReturnValue { /* private fields */ }Implementations§
source§impl ReturnValue
impl ReturnValue
pub fn is_introspectable(&self) -> bool
pub fn is_nullable(&self) -> Option<bool>
pub fn closure(&self) -> Option<u8>
pub fn scope(&self) -> Option<FunctionScope>
pub fn destroy(&self) -> Option<u8>
pub fn is_skip(&self) -> Option<bool>
pub fn is_allow_none(&self) -> Option<bool>
pub fn transfer_ownership(&self) -> Option<TransferOwnership>
pub fn ty(&self) -> &AnyType
Trait Implementations§
source§impl Attributable for ReturnValue
impl Attributable for ReturnValue
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 Debug for ReturnValue
impl Debug for ReturnValue
source§impl Documentable for ReturnValue
impl Documentable for ReturnValue
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 XmlDeserialize for ReturnValue
impl XmlDeserialize for ReturnValue
Auto Trait Implementations§
impl Freeze for ReturnValue
impl RefUnwindSafe for ReturnValue
impl Send for ReturnValue
impl Sync for ReturnValue
impl Unpin for ReturnValue
impl UnwindSafe for ReturnValue
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