struct BindingParser<'a> {
location: ParsedAttribute<Handle<Expression<'a>>>,
second_blend_source: ParsedAttribute<bool>,
built_in: ParsedAttribute<BuiltIn>,
interpolation: ParsedAttribute<Interpolation>,
sampling: ParsedAttribute<Sampling>,
invariant: ParsedAttribute<bool>,
}
Fields§
§location: ParsedAttribute<Handle<Expression<'a>>>
§second_blend_source: ParsedAttribute<bool>
§built_in: ParsedAttribute<BuiltIn>
§interpolation: ParsedAttribute<Interpolation>
§sampling: ParsedAttribute<Sampling>
§invariant: ParsedAttribute<bool>
Implementations§
Trait Implementations§
source§impl<'a> Default for BindingParser<'a>
impl<'a> Default for BindingParser<'a>
source§fn default() -> BindingParser<'a>
fn default() -> BindingParser<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for BindingParser<'a>
impl<'a> RefUnwindSafe for BindingParser<'a>
impl<'a> Send for BindingParser<'a>
impl<'a> Sync for BindingParser<'a>
impl<'a> Unpin for BindingParser<'a>
impl<'a> UnwindSafe for BindingParser<'a>
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