[]Struct jni_android_sys::android::bluetooth::BluetoothClass_Device

#[repr(transparent)]
pub struct BluetoothClass_Device(_);

public class BluetoothClass.Device

Required feature: "android-bluetooth-BluetoothClass_Device"

Methods

impl BluetoothClass_Device

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, BluetoothClass_Device>, Local<'env, Throwable>>
[src]

pub const AUDIO_VIDEO_CAMCORDER: i32[src]

public static final AUDIO_VIDEO_CAMCORDER

pub const AUDIO_VIDEO_CAR_AUDIO: i32[src]

public static final AUDIO_VIDEO_CAR_AUDIO

pub const AUDIO_VIDEO_HANDSFREE: i32[src]

public static final AUDIO_VIDEO_HANDSFREE

pub const AUDIO_VIDEO_HEADPHONES: i32[src]

public static final AUDIO_VIDEO_HEADPHONES

pub const AUDIO_VIDEO_HIFI_AUDIO: i32[src]

public static final AUDIO_VIDEO_HIFI_AUDIO

pub const AUDIO_VIDEO_LOUDSPEAKER: i32[src]

public static final AUDIO_VIDEO_LOUDSPEAKER

pub const AUDIO_VIDEO_MICROPHONE: i32[src]

public static final AUDIO_VIDEO_MICROPHONE

pub const AUDIO_VIDEO_PORTABLE_AUDIO: i32[src]

public static final AUDIO_VIDEO_PORTABLE_AUDIO

pub const AUDIO_VIDEO_SET_TOP_BOX: i32[src]

public static final AUDIO_VIDEO_SET_TOP_BOX

pub const AUDIO_VIDEO_UNCATEGORIZED: i32[src]

public static final AUDIO_VIDEO_UNCATEGORIZED

pub const AUDIO_VIDEO_VCR: i32[src]

public static final AUDIO_VIDEO_VCR

pub const AUDIO_VIDEO_VIDEO_CAMERA: i32[src]

public static final AUDIO_VIDEO_VIDEO_CAMERA

pub const AUDIO_VIDEO_VIDEO_CONFERENCING: i32[src]

public static final AUDIO_VIDEO_VIDEO_CONFERENCING

pub const AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER: i32[src]

pub const AUDIO_VIDEO_VIDEO_GAMING_TOY: i32[src]

public static final AUDIO_VIDEO_VIDEO_GAMING_TOY

pub const AUDIO_VIDEO_VIDEO_MONITOR: i32[src]

public static final AUDIO_VIDEO_VIDEO_MONITOR

pub const AUDIO_VIDEO_WEARABLE_HEADSET: i32[src]

public static final AUDIO_VIDEO_WEARABLE_HEADSET

pub const COMPUTER_DESKTOP: i32[src]

public static final COMPUTER_DESKTOP

pub const COMPUTER_HANDHELD_PC_PDA: i32[src]

public static final COMPUTER_HANDHELD_PC_PDA

pub const COMPUTER_LAPTOP: i32[src]

public static final COMPUTER_LAPTOP

pub const COMPUTER_PALM_SIZE_PC_PDA: i32[src]

public static final COMPUTER_PALM_SIZE_PC_PDA

pub const COMPUTER_SERVER: i32[src]

public static final COMPUTER_SERVER

pub const COMPUTER_UNCATEGORIZED: i32[src]

public static final COMPUTER_UNCATEGORIZED

pub const COMPUTER_WEARABLE: i32[src]

public static final COMPUTER_WEARABLE

pub const HEALTH_BLOOD_PRESSURE: i32[src]

public static final HEALTH_BLOOD_PRESSURE

pub const HEALTH_DATA_DISPLAY: i32[src]

public static final HEALTH_DATA_DISPLAY

pub const HEALTH_GLUCOSE: i32[src]

public static final HEALTH_GLUCOSE

pub const HEALTH_PULSE_OXIMETER: i32[src]

public static final HEALTH_PULSE_OXIMETER

pub const HEALTH_PULSE_RATE: i32[src]

public static final HEALTH_PULSE_RATE

pub const HEALTH_THERMOMETER: i32[src]

public static final HEALTH_THERMOMETER

pub const HEALTH_UNCATEGORIZED: i32[src]

public static final HEALTH_UNCATEGORIZED

pub const HEALTH_WEIGHING: i32[src]

public static final HEALTH_WEIGHING

pub const PHONE_CELLULAR: i32[src]

public static final PHONE_CELLULAR

pub const PHONE_CORDLESS: i32[src]

public static final PHONE_CORDLESS

pub const PHONE_ISDN: i32[src]

public static final PHONE_ISDN

pub const PHONE_MODEM_OR_GATEWAY: i32[src]

public static final PHONE_MODEM_OR_GATEWAY

pub const PHONE_SMART: i32[src]

public static final PHONE_SMART

pub const PHONE_UNCATEGORIZED: i32[src]

public static final PHONE_UNCATEGORIZED

pub const TOY_CONTROLLER: i32[src]

public static final TOY_CONTROLLER

pub const TOY_DOLL_ACTION_FIGURE: i32[src]

public static final TOY_DOLL_ACTION_FIGURE

pub const TOY_GAME: i32[src]

public static final TOY_GAME

pub const TOY_ROBOT: i32[src]

public static final TOY_ROBOT

pub const TOY_UNCATEGORIZED: i32[src]

public static final TOY_UNCATEGORIZED

pub const TOY_VEHICLE: i32[src]

public static final TOY_VEHICLE

pub const WEARABLE_GLASSES: i32[src]

public static final WEARABLE_GLASSES

pub const WEARABLE_HELMET: i32[src]

public static final WEARABLE_HELMET

pub const WEARABLE_JACKET: i32[src]

public static final WEARABLE_JACKET

pub const WEARABLE_PAGER: i32[src]

public static final WEARABLE_PAGER

pub const WEARABLE_UNCATEGORIZED: i32[src]

public static final WEARABLE_UNCATEGORIZED

pub const WEARABLE_WRIST_WATCH: i32[src]

public static final WEARABLE_WRIST_WATCH

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for BluetoothClass_Device

impl AsValidJObjectAndEnv for BluetoothClass_Device

impl Deref for BluetoothClass_Device

type Target = Object

The resulting type after dereferencing.

impl JniType for BluetoothClass_Device

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.