pub struct ExternalTextureBindingLayout {}Implementations§
Trait Implementations§
Source§impl From<ExternalTextureBindingLayout> for BindGroupLayoutEntryExtension
impl From<ExternalTextureBindingLayout> for BindGroupLayoutEntryExtension
Source§fn from(ext: ExternalTextureBindingLayout) -> Self
fn from(ext: ExternalTextureBindingLayout) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExternalTextureBindingLayout
impl RefUnwindSafe for ExternalTextureBindingLayout
impl Send for ExternalTextureBindingLayout
impl Sync for ExternalTextureBindingLayout
impl Unpin for ExternalTextureBindingLayout
impl UnsafeUnpin for ExternalTextureBindingLayout
impl UnwindSafe for ExternalTextureBindingLayout
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