pub struct MetalTexture(/* private fields */);
Implementations§
Source§impl MetalTexture
impl MetalTexture
pub fn get_texture(&mut self) -> Result<Texture, Error>
Auto Trait Implementations§
impl Freeze for MetalTexture
impl !RefUnwindSafe for MetalTexture
impl !Send for MetalTexture
impl !Sync for MetalTexture
impl Unpin for MetalTexture
impl !UnwindSafe for MetalTexture
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