Type Alias extendr_api::prelude::ArrayView2

source ·
pub type ArrayView2<'a, A> = ArrayBase<ViewRepr<&'a A>, Dim<[usize; 2]>>;
Expand description

two-dimensional array view

Aliased Type§

struct ArrayView2<'a, A> { /* private fields */ }

Trait Implementations§

source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, c64>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, Rbool>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, Rcplx>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, Rfloat>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, Rint>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, Rstr>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, f64>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<&Robj> for ArrayView2<'a, i32>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: &Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, c64>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, Rbool>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, Rcplx>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, Rfloat>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, Rint>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, Rstr>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, f64>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.
source§

impl<'a> TryFrom<Robj> for ArrayView2<'a, i32>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(robj: Robj) -> Result<Self>

Performs the conversion.