Struct libgir::analysis::namespaces::Info
source · pub struct Info {
pub is_glib_crate: bool,
pub glib_ns_id: NsId,
/* private fields */
}
Fields§
§is_glib_crate: bool
§glib_ns_id: NsId
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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