pub struct BindExternalTextureTarget {
pub planes: [Slot; 3],
pub params: Slot,
}
Expand description
Binding information for a Naga External
image global variable.
See the module documentation’s section on external textures for details.
Fields§
§planes: [Slot; 3]
§params: Slot
Trait Implementations§
Source§impl Clone for BindExternalTextureTarget
impl Clone for BindExternalTextureTarget
Source§fn clone(&self) -> BindExternalTextureTarget
fn clone(&self) -> BindExternalTextureTarget
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 moreSource§impl Debug for BindExternalTextureTarget
impl Debug for BindExternalTextureTarget
Source§impl<'de> Deserialize<'de> for BindExternalTextureTarget
impl<'de> Deserialize<'de> for BindExternalTextureTarget
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for BindExternalTextureTarget
impl Hash for BindExternalTextureTarget
impl Eq for BindExternalTextureTarget
impl StructuralPartialEq for BindExternalTextureTarget
Auto Trait Implementations§
impl Freeze for BindExternalTextureTarget
impl RefUnwindSafe for BindExternalTextureTarget
impl Send for BindExternalTextureTarget
impl Sync for BindExternalTextureTarget
impl Unpin for BindExternalTextureTarget
impl UnwindSafe for BindExternalTextureTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.