#[repr(C, align(8))]pub struct Schema { /* private fields */ }
Expand description
Provides information about the various scene description fields.
Implementations§
source§impl Schema
impl Schema
sourcepub fn get_instance() -> &'static Schema
pub fn get_instance() -> &'static Schema
Schema is a singleton. This retrieves it.
sourcepub fn find_type(&self, type_name: &Token) -> ValueTypeName
pub fn find_type(&self, type_name: &Token) -> ValueTypeName
Return the type name object for the given type name token.
Auto Trait Implementations§
impl RefUnwindSafe for Schema
impl Send for Schema
impl Sync for Schema
impl Unpin for Schema
impl UnwindSafe for Schema
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