[]Struct jni_android_sys::java::util::logging::Level

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

public class Level

Required feature: "java-util-logging-Level"

Methods

impl Level

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

getResourceBundleName

Required features: "java-lang-String"

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

getName

Required features: "java-lang-String"

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

getLocalizedName

Required features: "java-lang-String"

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

toString

Required features: "java-lang-String"

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

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

parse

Required features: "java-lang-String", "java-util-logging-Level"

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 ALL<'env>(env: &'env Env) -> Option<Local<'env, Level>>[src]

get public static final ALL

Required feature: "java-util-logging-Level"

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

get public static final CONFIG

Required feature: "java-util-logging-Level"

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

get public static final FINE

Required feature: "java-util-logging-Level"

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

get public static final FINER

Required feature: "java-util-logging-Level"

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

get public static final FINEST

Required feature: "java-util-logging-Level"

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

get public static final INFO

Required feature: "java-util-logging-Level"

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

get public static final OFF

Required feature: "java-util-logging-Level"

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

get public static final SEVERE

Required feature: "java-util-logging-Level"

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

get public static final WARNING

Required feature: "java-util-logging-Level"

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 Level

impl AsRef<Serializable> for Level

impl AsValidJObjectAndEnv for Level

impl Deref for Level

type Target = Object

The resulting type after dereferencing.

impl JniType for Level

Auto Trait Implementations

impl RefUnwindSafe for Level

impl !Send for Level

impl !Sync for Level

impl Unpin for Level

impl UnwindSafe for Level

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.