[]Struct jni_android_sys::android::graphics::ImageFormat

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

public class ImageFormat

Required feature: "android-graphics-ImageFormat"

Methods

impl ImageFormat

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, ImageFormat>, Local<'env, Throwable>>
[src]

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

pub const DEPTH16: i32[src]

public static final DEPTH16

pub const DEPTH_POINT_CLOUD: i32[src]

public static final DEPTH_POINT_CLOUD

pub const FLEX_RGBA_8888: i32[src]

public static final FLEX_RGBA_8888

pub const FLEX_RGB_888: i32[src]

public static final FLEX_RGB_888

pub const JPEG: i32[src]

public static final JPEG

pub const NV16: i32[src]

public static final NV16

pub const NV21: i32[src]

public static final NV21

pub const PRIVATE: i32[src]

public static final PRIVATE

pub const RAW10: i32[src]

public static final RAW10

pub const RAW12: i32[src]

public static final RAW12

pub const RAW_PRIVATE: i32[src]

public static final RAW_PRIVATE

pub const RAW_SENSOR: i32[src]

public static final RAW_SENSOR

pub const RGB_565: i32[src]

public static final RGB_565

pub const UNKNOWN: i32[src]

public static final UNKNOWN

pub const YUV_420_888: i32[src]

public static final YUV_420_888

pub const YUV_422_888: i32[src]

public static final YUV_422_888

pub const YUV_444_888: i32[src]

public static final YUV_444_888

pub const YUY2: i32[src]

public static final YUY2

pub const YV12: i32[src]

public static final YV12

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 ImageFormat

impl AsValidJObjectAndEnv for ImageFormat

impl Deref for ImageFormat

type Target = Object

The resulting type after dereferencing.

impl JniType for ImageFormat

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.