pub struct OverlaySurface { /* private fields */ }Expand description
Overlay surface texture.
Implementations§
Trait Implementations§
Source§impl Drop for OverlaySurface
impl Drop for OverlaySurface
Auto Trait Implementations§
impl Freeze for OverlaySurface
impl RefUnwindSafe for OverlaySurface
impl Send for OverlaySurface
impl Sync for OverlaySurface
impl Unpin for OverlaySurface
impl UnsafeUnpin for OverlaySurface
impl UnwindSafe for OverlaySurface
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