pub struct O1HeadView<'a> {
pub rect_fm: bool,
pub t_hat: &'a [f32],
pub z_hat: &'a [f32],
pub m_max: &'a [f32],
pub q_tilde: &'a [f32],
pub mu: &'a [f32],
}Fields§
§rect_fm: bool§t_hat: &'a [f32]§z_hat: &'a [f32]§m_max: &'a [f32]§q_tilde: &'a [f32]§mu: &'a [f32]Auto Trait Implementations§
impl<'a> Freeze for O1HeadView<'a>
impl<'a> RefUnwindSafe for O1HeadView<'a>
impl<'a> Send for O1HeadView<'a>
impl<'a> Sync for O1HeadView<'a>
impl<'a> Unpin for O1HeadView<'a>
impl<'a> UnsafeUnpin for O1HeadView<'a>
impl<'a> UnwindSafe for O1HeadView<'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