pub struct Namespace { /* private fields */ }
Implementations§
Source§impl Namespace
impl Namespace
pub fn name(&self) -> &str
pub fn version(&self) -> &Version
pub fn c_identifier_prefixes(&self) -> &str
pub fn c_symbol_prefixes(&self) -> Option<&str>
pub fn aliases(&self) -> &[Alias]
pub fn constants(&self) -> &[Constant]
pub fn functions(&self) -> &[Function]
pub fn inlined_functions(&self) -> &[FunctionInline]
pub fn macros(&self) -> &[FunctionMacro]
pub fn enums(&self) -> &[Enumeration]
pub fn flags(&self) -> &[BitField]
pub fn unions(&self) -> &[Union]
pub fn boxed(&self) -> &[Boxed]
pub fn records(&self) -> &[Record]
pub fn classes(&self) -> &[Class]
pub fn callbacks(&self) -> &[Callback]
pub fn interfaces(&self) -> &[Interface]
Trait Implementations§
Source§impl Attributable for Namespace
impl Attributable for Namespace
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>
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnwindSafe for Namespace
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
)