[]Struct jni_android_sys::android::location::GnssNavigationMessage

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

public final class GnssNavigationMessage

Required feature: "android-location-GnssNavigationMessage"

Methods

impl GnssNavigationMessage

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

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

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

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

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

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

pub fn writeToParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

writeToParcel

Required features: "android-os-Parcel"

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

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

toString

Required features: "java-lang-String"

pub fn CREATOR<'env>(env: &'env Env) -> Option<Local<'env, Parcelable_Creator>>[src]

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

pub const STATUS_PARITY_PASSED: i32[src]

public static final STATUS_PARITY_PASSED

pub const STATUS_PARITY_REBUILT: i32[src]

public static final STATUS_PARITY_REBUILT

pub const STATUS_UNKNOWN: i32[src]

public static final STATUS_UNKNOWN

pub const TYPE_BDS_D1: i32[src]

public static final TYPE_BDS_D1

pub const TYPE_BDS_D2: i32[src]

public static final TYPE_BDS_D2

pub const TYPE_GAL_F: i32[src]

public static final TYPE_GAL_F

pub const TYPE_GAL_I: i32[src]

public static final TYPE_GAL_I

pub const TYPE_GLO_L1CA: i32[src]

public static final TYPE_GLO_L1CA

pub const TYPE_GPS_CNAV2: i32[src]

public static final TYPE_GPS_CNAV2

pub const TYPE_GPS_L1CA: i32[src]

public static final TYPE_GPS_L1CA

pub const TYPE_GPS_L2CNAV: i32[src]

public static final TYPE_GPS_L2CNAV

pub const TYPE_GPS_L5CNAV: i32[src]

public static final TYPE_GPS_L5CNAV

pub const TYPE_UNKNOWN: i32[src]

public static final TYPE_UNKNOWN

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 GnssNavigationMessage

impl AsRef<Parcelable> for GnssNavigationMessage

impl AsValidJObjectAndEnv for GnssNavigationMessage

impl Deref for GnssNavigationMessage

type Target = Object

The resulting type after dereferencing.

impl JniType for GnssNavigationMessage

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.