pub enum BindingDecorations {
BuiltIn(BuiltIn, ArrayVec<Decoration, 2>),
Location {
location: u32,
others: ArrayVec<Decoration, 5>,
blend_src: Option<Word>,
},
None,
}Variants§
Auto Trait Implementations§
impl Freeze for BindingDecorations
impl RefUnwindSafe for BindingDecorations
impl Send for BindingDecorations
impl Sync for BindingDecorations
impl Unpin for BindingDecorations
impl UnwindSafe for BindingDecorations
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