pub enum BufferAttribute {
Buffer,
ThreadGroup,
None,
}
Variants§
Implementations§
Source§impl BufferAttribute
impl BufferAttribute
pub fn indexed_fmt(&self, index: usize, f: &mut Formatter<'_>) -> Result
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferAttribute
impl RefUnwindSafe for BufferAttribute
impl Send for BufferAttribute
impl Sync for BufferAttribute
impl Unpin for BufferAttribute
impl UnwindSafe for BufferAttribute
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