pub struct MatrixRain {
columns: Vec<RainColumn>,
rng: Rng,
screen_height: usize,
screen_width: usize,
frame_count: u32,
}Fields§
§columns: Vec<RainColumn>§rng: Rng§screen_height: usize§screen_width: usize§frame_count: u32Implementations§
Auto Trait Implementations§
impl Freeze for MatrixRain
impl RefUnwindSafe for MatrixRain
impl Send for MatrixRain
impl Sync for MatrixRain
impl Unpin for MatrixRain
impl UnwindSafe for MatrixRain
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