pub struct ManyInstances {
pub instance_area: InstanceArea,
pub aligned: Option<usize>,
pub instances: Vec<f32>,
}
Fields§
§instance_area: InstanceArea
§aligned: Option<usize>
§instances: Vec<f32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManyInstances
impl RefUnwindSafe for ManyInstances
impl Send for ManyInstances
impl Sync for ManyInstances
impl Unpin for ManyInstances
impl UnwindSafe for ManyInstances
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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