pub struct ArgumentsStack<'a> {
pub data: &'a mut [f32],
pub len: usize,
pub max_len: usize,
}Fields§
§data: &'a mut [f32]§len: usize§max_len: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ArgumentsStack<'a>
impl<'a> RefUnwindSafe for ArgumentsStack<'a>
impl<'a> Send for ArgumentsStack<'a>
impl<'a> Sync for ArgumentsStack<'a>
impl<'a> Unpin for ArgumentsStack<'a>
impl<'a> !UnwindSafe for ArgumentsStack<'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