pub struct OverlayTextureSlot { /* private fields */ }Implementations§
Source§impl OverlayTextureSlot
impl OverlayTextureSlot
pub fn invalidate(&self)
pub fn take_update(&self) -> bool
Auto Trait Implementations§
impl !Freeze for OverlayTextureSlot
impl !RefUnwindSafe for OverlayTextureSlot
impl Send for OverlayTextureSlot
impl Sync for OverlayTextureSlot
impl Unpin for OverlayTextureSlot
impl UnsafeUnpin for OverlayTextureSlot
impl UnwindSafe for OverlayTextureSlot
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