pub struct StdLibEmbedded;Expand description
The µcad standard library asset.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdLibEmbedded
impl RefUnwindSafe for StdLibEmbedded
impl Send for StdLibEmbedded
impl Sync for StdLibEmbedded
impl Unpin for StdLibEmbedded
impl UnwindSafe for StdLibEmbedded
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