#[repr(C)]pub struct WGPUExternalTextureBindingLayout {
pub chain: WGPUChainedStruct,
}Fields§
§chain: WGPUChainedStructTrait Implementations§
Source§impl Clone for WGPUExternalTextureBindingLayout
impl Clone for WGPUExternalTextureBindingLayout
Source§fn clone(&self) -> WGPUExternalTextureBindingLayout
fn clone(&self) -> WGPUExternalTextureBindingLayout
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 WGPUExternalTextureBindingLayout
impl Ord for WGPUExternalTextureBindingLayout
Source§fn cmp(&self, other: &WGPUExternalTextureBindingLayout) -> Ordering
fn cmp(&self, other: &WGPUExternalTextureBindingLayout) -> 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 WGPUExternalTextureBindingLayout
impl PartialEq for WGPUExternalTextureBindingLayout
Source§fn eq(&self, other: &WGPUExternalTextureBindingLayout) -> bool
fn eq(&self, other: &WGPUExternalTextureBindingLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUExternalTextureBindingLayout
impl PartialOrd for WGPUExternalTextureBindingLayout
impl Copy for WGPUExternalTextureBindingLayout
impl Eq for WGPUExternalTextureBindingLayout
impl StructuralPartialEq for WGPUExternalTextureBindingLayout
Auto Trait Implementations§
impl Freeze for WGPUExternalTextureBindingLayout
impl RefUnwindSafe for WGPUExternalTextureBindingLayout
impl !Send for WGPUExternalTextureBindingLayout
impl !Sync for WGPUExternalTextureBindingLayout
impl Unpin for WGPUExternalTextureBindingLayout
impl UnwindSafe for WGPUExternalTextureBindingLayout
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