[]Struct jni_android_sys::android::renderscript::FieldPacker

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

public class FieldPacker

Required feature: "android-renderscript-FieldPacker"

Methods

impl FieldPacker

pub fn new_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Local<'env, FieldPacker>, Local<'env, Throwable>>
[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

addObj

Required features: "android-renderscript-BaseObj"

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

addF32

Required features: "android-renderscript-Float2"

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

addF32

Required features: "android-renderscript-Float3"

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

addF32

Required features: "android-renderscript-Float4"

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

addF64

Required features: "android-renderscript-Double2"

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

addF64

Required features: "android-renderscript-Double3"

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

addF64

Required features: "android-renderscript-Double4"

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

addI8

Required features: "android-renderscript-Byte2"

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

addI8

Required features: "android-renderscript-Byte3"

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

addI8

Required features: "android-renderscript-Byte4"

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

addU8

Required features: "android-renderscript-Short2"

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

addU8

Required features: "android-renderscript-Short3"

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

addU8

Required features: "android-renderscript-Short4"

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

addI16

Required features: "android-renderscript-Short2"

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

addI16

Required features: "android-renderscript-Short3"

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

addI16

Required features: "android-renderscript-Short4"

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

addU16

Required features: "android-renderscript-Int2"

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

addU16

Required features: "android-renderscript-Int3"

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

addU16

Required features: "android-renderscript-Int4"

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

addI32

Required features: "android-renderscript-Int2"

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

addI32

Required features: "android-renderscript-Int3"

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

addI32

Required features: "android-renderscript-Int4"

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

addU32

Required features: "android-renderscript-Long2"

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

addU32

Required features: "android-renderscript-Long3"

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

addU32

Required features: "android-renderscript-Long4"

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

addI64

Required features: "android-renderscript-Long2"

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

addI64

Required features: "android-renderscript-Long3"

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

addI64

Required features: "android-renderscript-Long4"

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

addU64

Required features: "android-renderscript-Long2"

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

addU64

Required features: "android-renderscript-Long3"

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

addU64

Required features: "android-renderscript-Long4"

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

subFloat2

Required features: "android-renderscript-Float2"

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

subFloat3

Required features: "android-renderscript-Float3"

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

subFloat4

Required features: "android-renderscript-Float4"

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

subDouble2

Required features: "android-renderscript-Double2"

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

subDouble3

Required features: "android-renderscript-Double3"

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

subDouble4

Required features: "android-renderscript-Double4"

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

subByte2

Required features: "android-renderscript-Byte2"

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

subByte3

Required features: "android-renderscript-Byte3"

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

subByte4

Required features: "android-renderscript-Byte4"

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

subShort2

Required features: "android-renderscript-Short2"

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

subShort3

Required features: "android-renderscript-Short3"

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

subShort4

Required features: "android-renderscript-Short4"

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

subInt2

Required features: "android-renderscript-Int2"

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

subInt3

Required features: "android-renderscript-Int3"

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

subInt4

Required features: "android-renderscript-Int4"

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

subLong2

Required features: "android-renderscript-Long2"

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

subLong3

Required features: "android-renderscript-Long3"

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

subLong4

Required features: "android-renderscript-Long4"

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

addMatrix

Required features: "android-renderscript-Matrix4f"

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

subMatrix4f

Required features: "android-renderscript-Matrix4f"

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

addMatrix

Required features: "android-renderscript-Matrix3f"

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

subMatrix3f

Required features: "android-renderscript-Matrix3f"

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

addMatrix

Required features: "android-renderscript-Matrix2f"

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

subMatrix2f

Required features: "android-renderscript-Matrix2f"

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

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

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

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 FieldPacker

impl AsValidJObjectAndEnv for FieldPacker

impl Deref for FieldPacker

type Target = Object

The resulting type after dereferencing.

impl JniType for FieldPacker

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.