Struct wgpu_core::hub::IdentityManager [−][src]
pub struct IdentityManager { /* fields omitted */ }
A simple structure to manage identities of objects.
Implementations
impl IdentityManager
[src]
impl IdentityManager
[src]Trait Implementations
impl Debug for IdentityManager
[src]
impl Debug for IdentityManager
[src]Auto Trait Implementations
impl RefUnwindSafe for IdentityManager
impl Send for IdentityManager
impl Sync for IdentityManager
impl Unpin for IdentityManager
impl UnwindSafe for IdentityManager
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