Struct pmse_render::PmseRenderTest
source · pub struct PmseRenderTest { /* private fields */ }Expand description
vulkan 渲染测试
Implementations§
Auto Trait Implementations§
impl Freeze for PmseRenderTest
impl !RefUnwindSafe for PmseRenderTest
impl Send for PmseRenderTest
impl Sync for PmseRenderTest
impl Unpin for PmseRenderTest
impl !UnwindSafe for PmseRenderTest
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