pub(crate) struct MatrixStage {
pub(crate) matrices: Vec<Matrix3f>,
}Fields§
§matrices: Vec<Matrix3f>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixStage
impl RefUnwindSafe for MatrixStage
impl Send for MatrixStage
impl Sync for MatrixStage
impl Unpin for MatrixStage
impl UnsafeUnpin for MatrixStage
impl UnwindSafe for MatrixStage
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