#[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 (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 WGPUExternalTextureBindingLayout
impl Eq for WGPUExternalTextureBindingLayout
Source§impl Ord for WGPUExternalTextureBindingLayout
impl Ord for WGPUExternalTextureBindingLayout
Source§fn cmp(&self, other: &WGPUExternalTextureBindingLayout) -> Ordering
fn cmp(&self, other: &WGPUExternalTextureBindingLayout) -> 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 WGPUExternalTextureBindingLayout
impl PartialOrd for WGPUExternalTextureBindingLayout
impl StructuralPartialEq for WGPUExternalTextureBindingLayout
Auto Trait Implementations§
impl !Send for WGPUExternalTextureBindingLayout
impl !Sync for WGPUExternalTextureBindingLayout
impl Freeze for WGPUExternalTextureBindingLayout
impl RefUnwindSafe for WGPUExternalTextureBindingLayout
impl Unpin for WGPUExternalTextureBindingLayout
impl UnsafeUnpin 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