pub enum AutoRepresentation {
Wgsl(ComputeShader),
}
Variants§
Wgsl(ComputeShader)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoRepresentation
impl RefUnwindSafe for AutoRepresentation
impl Send for AutoRepresentation
impl Sync for AutoRepresentation
impl Unpin for AutoRepresentation
impl UnwindSafe for AutoRepresentation
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