MCPcopy Create free account
hub / github.com/FedeCarollo/jukebox-cli / FloatingNote

Class FloatingNote

src/canvas_state.rs:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Clone)]
8pub struct FloatingNote {
9 x: u16,
10 y: u16,
11 pixels: Vec<Vec<Span<'static>>>,
12 spawn_time: Instant,
13}
14
15impl FloatingNote {
16 fn new(x: u16, y: u16, note_images: &[image::DynamicImage]) -> Option<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected