Struct wgpu_core::LifeGuard [−][src]
pub struct LifeGuard { /* fields omitted */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LifeGuard
impl Send for LifeGuard
impl Sync for LifeGuard
impl Unpin for LifeGuard
impl UnwindSafe for LifeGuard
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more