Expand description
Prelude for StereoKit-rust. The basis for all StereoKit-rust programs.
Re-exports§
pub use crate::sk::MainThreadToken;
pub use crate::sk::Sk;
pub use crate::sk::SkInfo;
pub use crate::system::Log;
pub use crate::framework::IStepper;
pub use crate::framework::StepperAction;
pub use crate::framework::StepperId;
Structs§
- Rc
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
- RefCell
- A mutable memory location with dynamically checked borrow rules
Derive Macros§
- IStepper
- Derive the IStepper trait for a struct which must implement: