MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / CustomEvents

Enum CustomEvents

27_fltk/rust/fltk_ex/src/main.rs:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#[derive(Debug, PartialEq, Eq, TryFromPrimitive)]
16#[repr(i32)]
17enum CustomEvents {
18 AddOne = 41, // Values below 30 are reserved
19 AddTwo,
20 SubThree,
21 OpenFile,
22}
23
24struct Adder {}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected