#[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 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 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