[]Struct jni_android_sys::android::system::StructStat

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

public final class StructStat

Required feature: "android-system-StructStat"

Methods

impl StructStat

pub fn new_long_long_int_long_int_int_long_long_long_long_long_long_long<'env>(
    __jni_env: &'env Env,
    arg0: i64,
    arg1: i64,
    arg2: i32,
    arg3: i64,
    arg4: i32,
    arg5: i32,
    arg6: i64,
    arg7: i64,
    arg8: i64,
    arg9: i64,
    arg10: i64,
    arg11: i64,
    arg12: i64
) -> Result<Local<'env, StructStat>, Local<'env, Throwable>>
[src]

pub fn new_long_long_int_long_int_int_long_long_StructTimespec_StructTimespec_StructTimespec_long_long<'env>(
    __jni_env: &'env Env,
    arg0: i64,
    arg1: i64,
    arg2: i32,
    arg3: i64,
    arg4: i32,
    arg5: i32,
    arg6: i64,
    arg7: i64,
    arg8: impl Into<Option<&'env StructTimespec>>,
    arg9: impl Into<Option<&'env StructTimespec>>,
    arg10: impl Into<Option<&'env StructTimespec>>,
    arg11: i64,
    arg12: i64
) -> Result<Local<'env, StructStat>, Local<'env, Throwable>>
[src]

StructStat

Required features: "android-system-StructTimespec"

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

toString

Required features: "java-lang-String"

pub fn st_atim<'env>(&'env self) -> Option<Local<'env, StructTimespec>>[src]

get public final st_atim

Required feature: "android-system-StructTimespec"

pub fn st_atime<'env>(&'env self) -> i64[src]

get public final st_atime

pub fn st_blksize<'env>(&'env self) -> i64[src]

get public final st_blksize

pub fn st_blocks<'env>(&'env self) -> i64[src]

get public final st_blocks

pub fn st_ctim<'env>(&'env self) -> Option<Local<'env, StructTimespec>>[src]

get public final st_ctim

Required feature: "android-system-StructTimespec"

pub fn st_ctime<'env>(&'env self) -> i64[src]

get public final st_ctime

pub fn st_dev<'env>(&'env self) -> i64[src]

get public final st_dev

pub fn st_gid<'env>(&'env self) -> i32[src]

get public final st_gid

pub fn st_ino<'env>(&'env self) -> i64[src]

get public final st_ino

pub fn st_mode<'env>(&'env self) -> i32[src]

get public final st_mode

pub fn st_mtim<'env>(&'env self) -> Option<Local<'env, StructTimespec>>[src]

get public final st_mtim

Required feature: "android-system-StructTimespec"

pub fn st_mtime<'env>(&'env self) -> i64[src]

get public final st_mtime

get public final st_nlink

pub fn st_rdev<'env>(&'env self) -> i64[src]

get public final st_rdev

pub fn st_size<'env>(&'env self) -> i64[src]

get public final st_size

pub fn st_uid<'env>(&'env self) -> i32[src]

get public final st_uid

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 StructStat

impl AsValidJObjectAndEnv for StructStat

impl Deref for StructStat

type Target = Object

The resulting type after dereferencing.

impl JniType for StructStat

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.