pub enum ImageCopyExternalTextureExtension {}Auto Trait Implementations§
impl Freeze for ImageCopyExternalTextureExtension
impl RefUnwindSafe for ImageCopyExternalTextureExtension
impl Send for ImageCopyExternalTextureExtension
impl Sync for ImageCopyExternalTextureExtension
impl Unpin for ImageCopyExternalTextureExtension
impl UnsafeUnpin for ImageCopyExternalTextureExtension
impl UnwindSafe for ImageCopyExternalTextureExtension
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