MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / ResponsiveLayout

Class ResponsiveLayout

src/layout/responsive.rs:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[allow(dead_code)]
10pub struct ResponsiveLayout {
11 breakpoints: Vec<(f32, Breakpoint)>,
12 current: Breakpoint,
13}
14
15impl ResponsiveLayout {
16 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected