pub enum ExternalTexture {}
Trait Implementations§
Source§impl Debug for ExternalTexture
impl Debug for ExternalTexture
impl Marker for ExternalTexture
Auto Trait Implementations§
impl Freeze for ExternalTexture
impl RefUnwindSafe for ExternalTexture
impl Send for ExternalTexture
impl Sync for ExternalTexture
impl Unpin 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