pub struct MethodInline { /* private fields */ }
Trait Implementations§
Source§impl Attributable for MethodInline
impl Attributable for MethodInline
fn attributes(&self) -> &[Attribute]
fn element_type(&self) -> Option<&str>
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
fn name(&self) -> &str
fn c_identifier(&self) -> Option<&str>
fn shadows(&self) -> Option<&str>
fn shadowed_by(&self) -> Option<&str>
fn moved_to(&self) -> Option<&str>
fn async_func(&self) -> Option<&str>
fn finish_func(&self) -> Option<&str>
fn sync_func(&self) -> Option<&str>
Source§impl Clone for MethodInline
impl Clone for MethodInline
Source§fn clone(&self) -> MethodInline
fn clone(&self) -> MethodInline
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 moreSource§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 FunctionLike for MethodInline
impl FunctionLike for MethodInline
fn throws(&self) -> bool
fn return_value(&self) -> &ReturnValue
fn parameters(&self) -> &Parameters
Source§impl Info for MethodInline
impl Info 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
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
)