#[repr(C)]pub struct WGPUExternalTextureBindingEntry {
pub chain: WGPUChainedStruct,
pub externalTexture: WGPUExternalTexture,
}Fields§
§chain: WGPUChainedStruct§externalTexture: WGPUExternalTextureTrait Implementations§
Source§impl Clone for WGPUExternalTextureBindingEntry
impl Clone for WGPUExternalTextureBindingEntry
Source§fn clone(&self) -> WGPUExternalTextureBindingEntry
fn clone(&self) -> WGPUExternalTextureBindingEntry
Returns a copy 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 moreimpl Copy for WGPUExternalTextureBindingEntry
Auto Trait Implementations§
impl Freeze for WGPUExternalTextureBindingEntry
impl RefUnwindSafe for WGPUExternalTextureBindingEntry
impl !Send for WGPUExternalTextureBindingEntry
impl !Sync for WGPUExternalTextureBindingEntry
impl Unpin for WGPUExternalTextureBindingEntry
impl UnwindSafe for WGPUExternalTextureBindingEntry
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