[]Struct jni_android_sys::android::renderscript::ScriptIntrinsic3DLUT

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

public final class ScriptIntrinsic3DLUT

Required feature: "android-renderscript-ScriptIntrinsic3DLUT"

Methods

impl ScriptIntrinsic3DLUT

pub fn create<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env RenderScript>>,
    arg1: impl Into<Option<&'env Element>>
) -> Result<Option<Local<'env, ScriptIntrinsic3DLUT>>, Local<'env, Throwable>>
[src]

create

Required features: "android-renderscript-Element", "android-renderscript-RenderScript", "android-renderscript-ScriptIntrinsic3DLUT"

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

setLUT

Required features: "android-renderscript-Allocation"

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

forEach

Required features: "android-renderscript-Allocation"

pub fn forEach_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEach

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

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

getKernelID

Required features: "android-renderscript-Script_KernelID"

Trait Implementations

impl AsJValue for ScriptIntrinsic3DLUT

impl AsValidJObjectAndEnv for ScriptIntrinsic3DLUT

impl Deref for ScriptIntrinsic3DLUT

type Target = ScriptIntrinsic

The resulting type after dereferencing.

impl JniType for ScriptIntrinsic3DLUT

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.