Struct wgpu_core::identity::IdentityManager
source · pub struct IdentityManager<T: Marker> { /* private fields */ }
Implementations§
source§impl<T: Marker> IdentityManager<T>
impl<T: Marker> IdentityManager<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for IdentityManager<T>
impl<T> !RefUnwindSafe for IdentityManager<T>
impl<T> Send for IdentityManager<T>
impl<T> Sync for IdentityManager<T>
impl<T> Unpin for IdentityManager<T>where
T: Unpin,
impl<T> UnwindSafe for IdentityManager<T>where
T: UnwindSafe,
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