[]Struct jni_android_sys::android::view::animation::GridLayoutAnimationController_AnimationParameters

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

public class GridLayoutAnimationController.AnimationParameters

Required feature: "android-view-animation-GridLayoutAnimationController_AnimationParameters"

Methods

impl GridLayoutAnimationController_AnimationParameters

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

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

get public column

pub fn set_column<'env>(&'env self, value: i32)[src]

set public column

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

get public columnsCount

pub fn set_columnsCount<'env>(&'env self, value: i32)[src]

set public columnsCount

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

get public row

pub fn set_row<'env>(&'env self, value: i32)[src]

set public row

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

get public rowsCount

pub fn set_rowsCount<'env>(&'env self, value: i32)[src]

set public rowsCount

Methods from Deref<Target = LayoutAnimationController_AnimationParameters>

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

get public count

pub fn set_count<'env>(&'env self, value: i32)[src]

set public count

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

get public index

pub fn set_index<'env>(&'env self, value: i32)[src]

set public index

Trait Implementations

impl AsJValue for GridLayoutAnimationController_AnimationParameters

impl AsValidJObjectAndEnv for GridLayoutAnimationController_AnimationParameters

impl Deref for GridLayoutAnimationController_AnimationParameters

type Target = LayoutAnimationController_AnimationParameters

The resulting type after dereferencing.

impl JniType for GridLayoutAnimationController_AnimationParameters

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.