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