pub struct ExampleRenderBackend { /* private fields */ }Expand description
渲染系统相关功能 示例渲染后端
Implementations§
Trait Implementations§
Source§impl Debug for ExampleRenderBackend
impl Debug for ExampleRenderBackend
Source§impl RenderBackend for ExampleRenderBackend
impl RenderBackend for ExampleRenderBackend
Auto Trait Implementations§
impl Freeze for ExampleRenderBackend
impl RefUnwindSafe for ExampleRenderBackend
impl Send for ExampleRenderBackend
impl Sync for ExampleRenderBackend
impl Unpin for ExampleRenderBackend
impl UnsafeUnpin for ExampleRenderBackend
impl UnwindSafe for ExampleRenderBackend
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