pub struct RenderPreUpdate;Trait Implementations§
impl StageTag for RenderPreUpdate
Auto Trait Implementations§
impl Freeze for RenderPreUpdate
impl RefUnwindSafe for RenderPreUpdate
impl Send for RenderPreUpdate
impl Sync for RenderPreUpdate
impl Unpin for RenderPreUpdate
impl UnwindSafe for RenderPreUpdate
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