#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq for WGPUExternalTextureBindingEntry
Source§impl Ord for WGPUExternalTextureBindingEntry
impl Ord for WGPUExternalTextureBindingEntry
Source§fn cmp(&self, other: &WGPUExternalTextureBindingEntry) -> Ordering
fn cmp(&self, other: &WGPUExternalTextureBindingEntry) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WGPUExternalTextureBindingEntry
impl PartialOrd for WGPUExternalTextureBindingEntry
impl StructuralPartialEq for WGPUExternalTextureBindingEntry
Auto Trait Implementations§
impl !Send for WGPUExternalTextureBindingEntry
impl !Sync for WGPUExternalTextureBindingEntry
impl Freeze for WGPUExternalTextureBindingEntry
impl RefUnwindSafe for WGPUExternalTextureBindingEntry
impl Unpin for WGPUExternalTextureBindingEntry
impl UnsafeUnpin 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