Struct gl_generator::Registry
source · pub struct Registry {
pub api: Api,
pub enums: BTreeSet<Enum>,
pub cmds: BTreeSet<Cmd>,
pub aliases: BTreeMap<String, Vec<String>>,
}
Fields§
§api: Api
§enums: BTreeSet<Enum>
§cmds: BTreeSet<Cmd>
§aliases: BTreeMap<String, Vec<String>>
Implementations§
Trait Implementations§
source§impl PartialEq<Registry> for Registry
impl PartialEq<Registry> for Registry
impl Eq for Registry
impl StructuralEq for Registry
impl StructuralPartialEq for Registry
Auto Trait Implementations§
impl RefUnwindSafe for Registry
impl Send for Registry
impl Sync for Registry
impl Unpin for Registry
impl UnwindSafe for Registry
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