Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ as_slice
Method
as_slice
src/plot_renderer/shader.rs:266–268 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
264
self.write_u32(vertex.width_mode);
265
self.write_f32(vertex.along);
266
self.write_f32(vertex.side);
267
}
268
269
fn byte_len(&self) -> usize {
270
self.data.len()
271
}
Callers
6
sync_highlighted_points_from_widget
Method · 0.80
rebuild_markers
Method · 0.80
rebuild_fills
Method · 0.80
rebuild_lines
Method · 0.80
rebuild_reflines
Method · 0.80
rebuild_highlight
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected