pub struct SurfaceGuard {}
Auto Trait Implementations§
impl Freeze for SurfaceGuard
impl RefUnwindSafe for SurfaceGuard
impl Send for SurfaceGuard
impl Sync for SurfaceGuard
impl Unpin for SurfaceGuard
impl UnwindSafe for SurfaceGuard
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