/// A platform-independent read-speed request for an optical drive.
///
/// The requested speed is a preference, not a guarantee. Under MMC, a drive may
/// select the requested rate or a higher supported rate; the OS and drive
/// firmware may further adjust or reject the request.
///
/// A successful speed change may remain active for subsequent reads. This crate
/// does not restore the previous setting, although the OS, firmware, or other
/// software may change it later.