pub struct CurrentFrame<B: Backend> { /* private fields */ }Implementations§
Source§impl<B: Backend> CurrentFrame<B>
impl<B: Backend> CurrentFrame<B>
pub fn is_active(&self) -> bool
pub fn get_render_context( &mut self, ) -> Option<<B::Frame as FrameOperations>::Context<'_>>
Auto Trait Implementations§
impl<B> Freeze for CurrentFrame<B>
impl<B> RefUnwindSafe for CurrentFrame<B>
impl<B> Send for CurrentFrame<B>
impl<B> Sync for CurrentFrame<B>
impl<B> Unpin for CurrentFrame<B>
impl<B> UnsafeUnpin for CurrentFrame<B>
impl<B> UnwindSafe for CurrentFrame<B>
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