We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It has its internal fields exposed publicly, allowing the user to break its invariants using safe code.
Example:
let mut music = Music::from_file("foo.mid")?; music.raw = 0xDEADBEEF as *mut _; let _ = music.play(-1);