Enum inkview_sys::c_api::PB_STATE_e [−][src]
#[repr(u32)]
pub enum PB_STATE_e {
MP_STOPPED,
MP_REQUEST_FOR_PLAY,
MP_PLAYING,
MP_PAUSED,
MP_PREVTRACK,
MP_NEXTTRACK,
MP_TRACK_FINISHED,
MP_LOAD_FILE_AND_PAUSE,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PB_STATE_eimpl Send for PB_STATE_eimpl Sync for PB_STATE_eimpl Unpin for PB_STATE_eimpl UnwindSafe for PB_STATE_eBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V