pub struct DawnExternalTexture { /* private fields */ }Methods from Deref<Target = ExternalTexture>§
Trait Implementations§
Source§impl Clone for DawnExternalTexture
impl Clone for DawnExternalTexture
Source§fn clone(&self) -> DawnExternalTexture
fn clone(&self) -> DawnExternalTexture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DawnExternalTexture
impl Debug for DawnExternalTexture
Source§impl Deref for DawnExternalTexture
impl Deref for DawnExternalTexture
Auto Trait Implementations§
impl Freeze for DawnExternalTexture
impl RefUnwindSafe for DawnExternalTexture
impl Send for DawnExternalTexture
impl Sync for DawnExternalTexture
impl Unpin for DawnExternalTexture
impl UnsafeUnpin for DawnExternalTexture
impl UnwindSafe for DawnExternalTexture
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