Struct futhark_bindgen::manifest::ArrayType
source · [−]pub struct ArrayType {
pub ctype: String,
pub rank: i32,
pub elemtype: ElemType,
pub ops: ArrayOps,
}Fields
ctype: Stringrank: i32elemtype: ElemTypeops: ArrayOpsTrait Implementations
sourceimpl<'de> Deserialize<'de> for ArrayType
impl<'de> Deserialize<'de> for ArrayType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ArrayType
impl Send for ArrayType
impl Sync for ArrayType
impl Unpin for ArrayType
impl UnwindSafe for ArrayType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more