Skip to main content

switch_fps_t

Type Alias switch_fps_t 

Source
pub type switch_fps_t = switch_fps_s;

Aliased Type§

#[repr(C)]
pub struct switch_fps_t { pub fps: f32, pub ms: i32, pub samples: i32, }

Fields§

§fps: f32§ms: i32§samples: i32