pub enum RenderEntry {
NotReady,
Ready(Gfx),
}Variants§
Trait Implementations§
Source§impl Default for RenderEntry
impl Default for RenderEntry
Source§fn default() -> RenderEntry
fn default() -> RenderEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for RenderEntry
impl !RefUnwindSafe for RenderEntry
impl Send for RenderEntry
impl Sync for RenderEntry
impl Unpin for RenderEntry
impl !UnwindSafe for RenderEntry
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