Struct rgbstd::stl::StandardTypes
source · pub struct StandardTypes(_);Implementations§
source§impl StandardTypes
impl StandardTypes
pub fn new() -> Self
pub fn type_system(&self) -> TypeSystem
pub fn get(&self, name: &'static str) -> SemId
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StandardTypes
impl Send for StandardTypes
impl Sync for StandardTypes
impl Unpin for StandardTypes
impl UnwindSafe for StandardTypes
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