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