24
24
25
25
26
26
27
- < section class ="sidebar ">
27
+ < nav class ="sidebar ">
28
28
< a href ='../arrayfire/index.html '> < img src ='http://www.arrayfire.com/logos/arrayfire_logo_symbol.png ' alt ='' width ='100 '> </ a >
29
29
< p class ='location '> < a href ='index.html '> arrayfire</ a > </ p > < script > window . sidebarCurrent = { name : 'AfError' , ty : 'enum' , relpath : '' } ; </ script > < script defer src ="sidebar-items.js "> </ script >
30
- </ section >
30
+ </ nav >
31
31
32
32
< nav class ="sub ">
33
33
< form class ="search-form js-only ">
34
34
< div class ="search-container ">
35
35
< input class ="search-input " name ="search "
36
36
autocomplete ="off "
37
- placeholder ="Click or press 'S' to search, '?' for more options... "
37
+ placeholder ="Click or press ‘S’ to search, ‘?’ for more options… "
38
38
type ="search ">
39
39
</ div >
40
40
</ form >
@@ -45,7 +45,7 @@ <h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>arrayfire</a>::<
45
45
< a id ="toggle-all-docs " href ="javascript:void(0) " title ="collapse all docs ">
46
46
[< span class ='inner '> −</ span > ]
47
47
</ a >
48
- </ span > < a id ='src-16853 ' class ='srclink ' href ='../src/arrayfire/defines.rs.html#8-48 ' title ='goto source code '> [src]</ a > </ span > </ h1 >
48
+ </ span > < a id ='src-16912 ' class ='srclink ' href ='../src/arrayfire/defines.rs.html#8-48 ' title ='goto source code '> [src]</ a > </ span > </ h1 >
49
49
< pre class ='rust enum '> pub enum AfError {
50
50
SUCCESS,
51
51
ERR_NO_MEM,
@@ -83,52 +83,61 @@ <h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>arrayfire</a>::<
83
83
</ div > </ td > </ tr > < tr > < td id ='variant.ERR_INTERNAL '> < code > ERR_INTERNAL</ code > </ td > < td > < div class ='docblock '> < p > There was an internal error either in ArrayFire or in a project
84
84
upstream</ p >
85
85
</ div > </ td > </ tr > < tr > < td id ='variant.ERR_UNKNOWN '> < code > ERR_UNKNOWN</ code > </ td > < td > < div class ='docblock '> < p > Unknown Error</ p >
86
- </ 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/fmt/trait.Display.html ' title ='core::fmt::Display '> Display</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.fmt ' class ='method '> < code > fn < a href ='http ://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#method.fmt ' class ='fnname '> fmt</ a > (&self, f: &mut < a class ='struct ' href ='http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html ' title ='core::fmt::Formatter '> Formatter</ a > ) -> < a class ='enum ' href ='http ://doc.rust-lang.org/nightly/core/result/enum.Result.html ' title ='core::result::Result '> Result</ a > << a href ='http ://doc.rust-lang.org/nightly/std/primitive.tuple.html '> ()</ a > , < a class ='struct ' href ='http ://doc.rust-lang.org/nightly/core/fmt/struct.Error.html ' title ='core::fmt::Error '> FmtError</ a > ></ code > </ h4 >
87
- </ div > < h3 class ='impl '> < code > impl < a class ='trait ' href ='http ://doc.rust-lang.org/nightly/std/error/trait.Error.html ' title ='std::error::Error '> Error</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.description ' class ='method '> < code > fn < a href ='http ://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.description ' class ='fnname '> description</ a > (&self) -> &< a href ='http ://doc.rust-lang.org/nightly/std/primitive.str.html '> str</ a > </ code > </ h4 >
88
- < h4 id ='method.cause ' class ='method '> < code > fn < a href ='http ://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.cause ' class ='fnname '> cause</ a > (&self) -> < a class ='enum ' href ='http ://doc.rust-lang.org/nightly/core/option/enum.Option.html ' title ='core::option::Option '> Option</ a > <&< a class ='trait ' href ='http ://doc.rust-lang.org/nightly/std/error/trait.Error.html ' title ='std::error::Error '> Error</ a > ></ code > </ h4 >
89
- </ div > < 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.i32.html '> i32</ a > > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ 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.i32.html '> i32</ a > ) -> < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h4 >
90
- </ div > < h3 id ='derived_implementations '> Derived Implementations </ h3 > < h3 class ='impl '> < code > impl < a class ='trait ' href ='http ://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html ' title ='core::fmt::Debug '> Debug</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.fmt ' class ='method '> < code > fn < a href ='http ://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#method.fmt ' class ='fnname '> fmt</ a > (&self, __arg_0: &mut < a class ='struct ' href ='http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html ' title ='core::fmt::Formatter '> Formatter</ a > ) -> < a class ='type ' href ='http ://doc.rust-lang.org/nightly/core/fmt/type.Result.html ' title ='core::fmt::Result '> Result</ a > </ code > </ h4 >
91
- </ 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.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> </ div > < 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.AfError.html ' title ='arrayfire::AfError '> AfError</ 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.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h4 >
92
- < 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 >
86
+ </ div > </ td > </ tr > </ table > < h2 id ='implementations '> Trait Implementations</ h2 > < h3 class ='impl '> < code > impl < a class ='trait ' href ='https ://doc.rust-lang.org/nightly/core/fmt/trait.Display.html ' title ='core::fmt::Display '> Display</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.fmt ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/core/fmt/trait.Display.html#method.fmt ' class ='fnname '> fmt</ a > (&self, f: &mut < a class ='struct ' href ='https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html ' title ='core::fmt::Formatter '> Formatter</ a > ) -> < a class ='enum ' href ='https ://doc.rust-lang.org/nightly/core/result/enum.Result.html ' title ='core::result::Result '> Result</ a > << a href ='https ://doc.rust-lang.org/nightly/std/primitive.tuple.html '> ()</ a > , < a class ='struct ' href ='https ://doc.rust-lang.org/nightly/core/fmt/struct.Error.html ' title ='core::fmt::Error '> FmtError</ a > ></ code > </ h4 >
87
+ </ div > < h3 class ='impl '> < code > impl < a class ='trait ' href ='https ://doc.rust-lang.org/nightly/std/error/trait.Error.html ' title ='std::error::Error '> Error</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.description ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.description ' class ='fnname '> description</ a > (&self) -> &< a href ='https ://doc.rust-lang.org/nightly/std/primitive.str.html '> str</ a > </ code > </ h4 >
88
+ < h4 id ='method.cause ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.cause ' class ='fnname '> cause</ a > (&self) -> < a class ='enum ' href ='https ://doc.rust-lang.org/nightly/core/option/enum.Option.html ' title ='core::option::Option '> Option</ a > <&< a class ='trait ' href ='https ://doc.rust-lang.org/nightly/std/error/trait.Error.html ' title ='std::error::Error '> Error</ a > ></ code > </ h4 >
89
+ </ div > < h3 class ='impl '> < code > impl < a class ='trait ' href ='https ://doc.rust-lang.org/nightly/core/convert/trait.From.html ' title ='core::convert::From '> From</ a > << a href ='https ://doc.rust-lang.org/nightly/std/primitive.i32.html '> i32</ a > > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.from ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/core/convert/trait.From.html#method.from ' class ='fnname '> from</ a > (t: < a href ='https ://doc.rust-lang.org/nightly/std/primitive.i32.html '> i32</ a > ) -> < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h4 >
90
+ </ div > < h3 id ='derived_implementations '> Derived Implementations </ h3 > < h3 class ='impl '> < code > impl < a class ='trait ' href ='https ://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html ' title ='core::fmt::Debug '> Debug</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.fmt ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#method.fmt ' class ='fnname '> fmt</ a > (&self, __arg_0: &mut < a class ='struct ' href ='https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html ' title ='core::fmt::Formatter '> Formatter</ a > ) -> < a class ='type ' href ='https ://doc.rust-lang.org/nightly/core/fmt/type.Result.html ' title ='core::fmt::Result '> Result</ a > </ code > </ h4 >
91
+ </ div > < h3 class ='impl '> < code > impl < a class ='trait ' href ='https ://doc.rust-lang.org/nightly/core/marker/trait.Copy.html ' title ='core::marker::Copy '> Copy</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> </ div > < h3 class ='impl '> < code > impl < a class ='trait ' href ='https ://doc.rust-lang.org/nightly/core/clone/trait.Clone.html ' title ='core::clone::Clone '> Clone</ a > for < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h3 > < div class ='impl-items '> < h4 id ='method.clone ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone ' class ='fnname '> clone</ a > (&self) -> < a class ='enum ' href ='../arrayfire/enum.AfError.html ' title ='arrayfire::AfError '> AfError</ a > </ code > </ h4 >
92
+ < h4 id ='method.clone_from ' class ='method '> < code > fn < a href ='https ://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from ' class ='fnname '> clone_from</ a > (&mut self, source: &Self)</ code > </ h4 >
93
93
</ div > </ section >
94
94
< section id ='search ' class ="content hidden "> </ section >
95
95
96
96
< section class ="footer "> </ section >
97
97
98
- < div id ="help " class ="hidden ">
99
- < div class ="shortcuts ">
100
- < h1 > Keyboard shortcuts</ h1 >
101
- < dl >
102
- < dt > ?</ dt >
103
- < dd > Show this help dialog</ dd >
104
- < dt > S</ dt >
105
- < dd > Focus the search field</ dd >
106
- < dt > ⇤</ dt >
107
- < dd > Move up in search results</ dd >
108
- < dt > ⇥</ dt >
109
- < dd > Move down in search results</ dd >
110
- < dt > ⏎</ dt >
111
- < dd > Go to active search result</ dd >
112
- </ dl >
113
- </ div >
114
- < div class ="infos ">
115
- < h1 > Search tricks</ h1 >
116
- < p >
117
- Prefix searches with a type followed by a colon (e.g.
118
- < code > fn:</ code > ) to restrict the search to a given type.
119
- </ p >
120
- < p >
121
- Accepted types are: < code > fn</ code > , < code > mod</ code > ,
122
- < code > struct</ code > , < code > enum</ code > ,
123
- < code > trait</ code > , < code > typedef</ code > (or
124
- < code > tdef</ code > ).
125
- </ p >
126
- < p >
127
- Search functions by type signature (e.g.
128
- < code > vec -> usize</ code > )
129
- </ p >
98
+ < aside id ="help " class ="hidden ">
99
+ < div >
100
+ < h1 class ="hidden "> Help</ h1 >
101
+
102
+ < div class ="shortcuts ">
103
+ < h2 > Keyboard Shortcuts</ h2 >
104
+
105
+ < dl >
106
+ < dt > ?</ dt >
107
+ < dd > Show this help dialog</ dd >
108
+ < dt > S</ dt >
109
+ < dd > Focus the search field</ dd >
110
+ < dt > ⇤</ dt >
111
+ < dd > Move up in search results</ dd >
112
+ < dt > ⇥</ dt >
113
+ < dd > Move down in search results</ dd >
114
+ < dt > ⏎</ dt >
115
+ < dd > Go to active search result</ dd >
116
+ </ dl >
117
+ </ div >
118
+
119
+ < div class ="infos ">
120
+ < h2 > Search Tricks</ h2 >
121
+
122
+ < p >
123
+ Prefix searches with a type followed by a colon (e.g.
124
+ < code > fn:</ code > ) to restrict the search to a given type.
125
+ </ p >
126
+
127
+ < p >
128
+ Accepted types are: < code > fn</ code > , < code > mod</ code > ,
129
+ < code > struct</ code > , < code > enum</ code > ,
130
+ < code > trait</ code > , < code > type</ code > , < code > macro</ code > ,
131
+ and < code > const</ code > .
132
+ </ p >
133
+
134
+ < p >
135
+ Search functions by type signature (e.g.
136
+ < code > vec -> usize</ code > )
137
+ </ p >
138
+ </ div >
130
139
</ div >
131
- </ div >
140
+ </ aside >
132
141
133
142
134
143
0 commit comments