Enum inkview_sys::c_api::bt_state_e [−][src]
#[repr(u32)]
pub enum bt_state_e {
BT_STATE_OFF,
BT_STATE_SUSPENDED,
BT_STATE_READY,
BT_STATE_CONNECTED,
BT_STATE_TRANSFERRING,
BT_STATE_ERROR,
BT_STATE_MAX,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for bt_state_eimpl Send for bt_state_eimpl Sync for bt_state_eimpl Unpin for bt_state_eimpl UnwindSafe for bt_state_eBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V