[]Struct jni_android_sys::android::net::wifi::p2p::nsd::WifiP2pDnsSdServiceRequest

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

public class WifiP2pDnsSdServiceRequest

Required feature: "android-net-wifi-p2p-nsd-WifiP2pDnsSdServiceRequest"

Methods

impl WifiP2pDnsSdServiceRequest

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

newInstance

Required features: "android-net-wifi-p2p-nsd-WifiP2pDnsSdServiceRequest"

pub fn newInstance_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, WifiP2pDnsSdServiceRequest>>, Local<'env, Throwable>>
[src]

newInstance

Required features: "android-net-wifi-p2p-nsd-WifiP2pDnsSdServiceRequest", "java-lang-String"

pub fn newInstance_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, WifiP2pDnsSdServiceRequest>>, Local<'env, Throwable>>
[src]

newInstance

Required features: "android-net-wifi-p2p-nsd-WifiP2pDnsSdServiceRequest", "java-lang-String"

Methods from Deref<Target = WifiP2pServiceRequest>

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 hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn describeContents<'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"

Trait Implementations

impl AsJValue for WifiP2pDnsSdServiceRequest

impl AsValidJObjectAndEnv for WifiP2pDnsSdServiceRequest

impl Deref for WifiP2pDnsSdServiceRequest

type Target = WifiP2pServiceRequest

The resulting type after dereferencing.

impl JniType for WifiP2pDnsSdServiceRequest

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.