Struct re_renderer::QueueableDrawData
source · pub struct QueueableDrawData { /* private fields */ }Expand description
Type erased draw data that can be submitted directly to the view builder.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for QueueableDrawData
impl Send for QueueableDrawData
impl Sync for QueueableDrawData
impl Unpin for QueueableDrawData
impl !UnwindSafe for QueueableDrawData
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