#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for WGPUExternalTextureBindingEntry
impl Ord for WGPUExternalTextureBindingEntry
Source§fn cmp(&self, other: &WGPUExternalTextureBindingEntry) -> Ordering
fn cmp(&self, other: &WGPUExternalTextureBindingEntry) -> Ordering
1.21.0 · 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 PartialEq for WGPUExternalTextureBindingEntry
impl PartialEq for WGPUExternalTextureBindingEntry
Source§fn eq(&self, other: &WGPUExternalTextureBindingEntry) -> bool
fn eq(&self, other: &WGPUExternalTextureBindingEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUExternalTextureBindingEntry
impl PartialOrd for WGPUExternalTextureBindingEntry
impl Copy for WGPUExternalTextureBindingEntry
impl Eq for WGPUExternalTextureBindingEntry
impl StructuralPartialEq 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