pub struct ThreadgroupMemoryAllocator { /* private fields */ }Expand description
Metal threadgroup memory allocator.
Implementations§
Auto Trait Implementations§
impl Freeze for ThreadgroupMemoryAllocator
impl RefUnwindSafe for ThreadgroupMemoryAllocator
impl Send for ThreadgroupMemoryAllocator
impl Sync for ThreadgroupMemoryAllocator
impl Unpin for ThreadgroupMemoryAllocator
impl UnsafeUnpin for ThreadgroupMemoryAllocator
impl UnwindSafe for ThreadgroupMemoryAllocator
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