Enum wgpu_core::validation::Varying
source · enum Varying {
Local {
location: u32,
iv: InterfaceVar,
},
BuiltIn(BuiltIn),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Varying
impl RefUnwindSafe for Varying
impl Send for Varying
impl Sync for Varying
impl Unpin for Varying
impl UnwindSafe for Varying
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