1111
1212 < link rel ="stylesheet " type ="text/css " href ="../main.css ">
1313
14-
14+ < link rel =" shortcut icon " href =" http://www.rust-lang.org/favicon.ico " >
1515
1616</ head >
1717< body class ="rustdoc ">
2525
2626
2727 < section class ="sidebar ">
28-
28+ < a href =' ../arrayfire/index.html ' > < img src =' http://www.arrayfire.com/logos/arrayfire_logo_symbol.png ' alt ='' width =' 100 ' > </ a >
2929 < p class ='location '> < a href ='index.html '> arrayfire</ a > </ p > < script > window . sidebarCurrent = { name : 'Aftype' , ty : 'enum' , relpath : '' } ; </ script > < script defer src ="sidebar-items.js "> </ script >
3030 </ section >
3131
@@ -45,7 +45,7 @@ <h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>arrayfire</a>::<
4545 < a id ="toggle-all-docs " href ="javascript:void(0) " title ="collapse all docs ">
4646 [< span class ='inner '> −</ span > ]
4747 </ a >
48- </ span > < a id ='src-15844 ' class ='srclink ' href ='../src/arrayfire/defines.rs.html#111-122 ' title ='goto source code '> [src]</ a > </ span > </ h1 >
48+ </ span > < a id ='src-16032 ' class ='srclink ' href ='../src/arrayfire/defines.rs.html#81-102 ' title ='goto source code '> [src]</ a > </ span > </ h1 >
4949< pre class ='rust enum '> pub enum Aftype {
5050 F32,
5151 C32,
@@ -57,8 +57,19 @@ <h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>arrayfire</a>::<
5757 U8,
5858 S64,
5959 U64,
60- }</ pre > < h2 class ='variants '> Variants</ h2 >
61- < table > < tr > < td id ='variant.F32 '> < code > F32</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.C32 '> < code > C32</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.F64 '> < code > F64</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.C64 '> < code > C64</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.B8 '> < code > B8</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.S32 '> < code > S32</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.U32 '> < code > U32</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.U8 '> < code > U8</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.S64 '> < code > S64</ code > </ td > < td > </ td > </ tr > < tr > < td id ='variant.U64 '> < code > U64</ code > </ td > < td > </ td > </ tr > </ table > < h2 id ='implementations '> Trait Implementations</ h2 > < h3 class ='impl '> < code > impl < a class ='trait ' href ='http://doc.rust-lang.org/nightly/core/convert/trait.From.html ' title ='core::convert::From '> From</ a > << a href ='http://doc.rust-lang.org/nightly/std/primitive.u8.html '> u8</ a > > for < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.from ' class ='method '> < code > fn < a href ='http://doc.rust-lang.org/nightly/core/convert/trait.From.html#method.from ' class ='fnname '> from</ a > (t: < a href ='http://doc.rust-lang.org/nightly/std/primitive.u8.html '> u8</ a > ) -> < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h4 >
60+ }</ pre > < div class ='docblock '> < p > Types of Array data type</ p >
61+ </ div > < h2 class ='variants '> Variants</ h2 >
62+ < table > < tr > < td id ='variant.F32 '> < code > F32</ code > </ td > < td > < div class ='docblock '> < p > 32 bit float</ p >
63+ </ div > </ td > </ tr > < tr > < td id ='variant.C32 '> < code > C32</ code > </ td > < td > < div class ='docblock '> < p > 32 bit complex float</ p >
64+ </ div > </ td > </ tr > < tr > < td id ='variant.F64 '> < code > F64</ code > </ td > < td > < div class ='docblock '> < p > 64 bit float</ p >
65+ </ div > </ td > </ tr > < tr > < td id ='variant.C64 '> < code > C64</ code > </ td > < td > < div class ='docblock '> < p > 64 bit complex float</ p >
66+ </ div > </ td > </ tr > < tr > < td id ='variant.B8 '> < code > B8</ code > </ td > < td > < div class ='docblock '> < p > 8 bit boolean</ p >
67+ </ div > </ td > </ tr > < tr > < td id ='variant.S32 '> < code > S32</ code > </ td > < td > < div class ='docblock '> < p > 32 bit signed integer</ p >
68+ </ div > </ td > </ tr > < tr > < td id ='variant.U32 '> < code > U32</ code > </ td > < td > < div class ='docblock '> < p > 32 bit unsigned integer</ p >
69+ </ div > </ td > </ tr > < tr > < td id ='variant.U8 '> < code > U8</ code > </ td > < td > < div class ='docblock '> < p > 8 bit unsigned integer</ p >
70+ </ div > </ td > </ tr > < tr > < td id ='variant.S64 '> < code > S64</ code > </ td > < td > < div class ='docblock '> < p > 64 bit signed integer</ p >
71+ </ div > </ td > </ tr > < tr > < td id ='variant.U64 '> < code > U64</ code > </ td > < td > < div class ='docblock '> < p > 64 bit unsigned integer</ p >
72+ </ div > </ td > </ tr > </ table > < h2 id ='implementations '> Trait Implementations</ h2 > < h3 class ='impl '> < code > impl < a class ='trait ' href ='http://doc.rust-lang.org/nightly/core/convert/trait.From.html ' title ='core::convert::From '> From</ a > << a href ='http://doc.rust-lang.org/nightly/std/primitive.u8.html '> u8</ a > > for < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.from ' class ='method '> < code > fn < a href ='http://doc.rust-lang.org/nightly/core/convert/trait.From.html#method.from ' class ='fnname '> from</ a > (t: < a href ='http://doc.rust-lang.org/nightly/std/primitive.u8.html '> u8</ a > ) -> < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h4 >
6273</ div > < h3 id ='derived_implementations '> Derived Implementations </ h3 > < h3 class ='impl '> < code > impl < a class ='trait ' href ='http://doc.rust-lang.org/nightly/core/clone/trait.Clone.html ' title ='core::clone::Clone '> Clone</ a > for < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.clone ' class ='method '> < code > fn < a href ='http://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone ' class ='fnname '> clone</ a > (&self) -> < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h4 >
6374< h4 id ='method.clone_from ' class ='method '> < code > fn < a href ='http://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from ' class ='fnname '> clone_from</ a > (&mut self, source: &Self)</ code > </ h4 >
6475</ div > < h3 class ='impl '> < code > impl < a class ='trait ' href ='http://doc.rust-lang.org/nightly/core/marker/trait.Copy.html ' title ='core::marker::Copy '> Copy</ a > for < a class ='enum ' href ='../arrayfire/enum.Aftype.html ' title ='arrayfire::Aftype '> Aftype</ a > </ code > </ h3 > < div class ='impl-items '> </ div > </ section >
0 commit comments