pub struct ExternalTexture { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ExternalTexture
impl Clone for ExternalTexture
Source§impl Debug for ExternalTexture
impl Debug for ExternalTexture
Source§impl Drop for ExternalTexture
impl Drop for ExternalTexture
impl Send for ExternalTexture
impl Sync for ExternalTexture
Auto Trait Implementations§
impl Freeze for ExternalTexture
impl RefUnwindSafe for ExternalTexture
impl Unpin for ExternalTexture
impl UnsafeUnpin for ExternalTexture
impl UnwindSafe for ExternalTexture
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