[]Struct jni_android_sys::android::renderscript::ScriptIntrinsicYuvToRGB

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

public final class ScriptIntrinsicYuvToRGB

Required feature: "android-renderscript-ScriptIntrinsicYuvToRGB"

Methods

impl ScriptIntrinsicYuvToRGB

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

create

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

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

setInput

Required features: "android-renderscript-Allocation"

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

forEach

Required features: "android-renderscript-Allocation"

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

getKernelID

Required features: "android-renderscript-Script_KernelID"

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

getFieldID_Input

Required features: "android-renderscript-Script_FieldID"

Trait Implementations

impl AsJValue for ScriptIntrinsicYuvToRGB

impl AsValidJObjectAndEnv for ScriptIntrinsicYuvToRGB

impl Deref for ScriptIntrinsicYuvToRGB

type Target = ScriptIntrinsic

The resulting type after dereferencing.

impl JniType for ScriptIntrinsicYuvToRGB

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.