[]Trait dart::dart_handle::TypedData

pub trait TypedData: 'static + Copy + Clone + Debug {
    const TYPE: Dart_TypedData_Type;
}

Associated Constants

Loading content...

Implementations on Foreign Types

impl TypedData for u8[src]

impl TypedData for i8[src]

impl TypedData for u16[src]

impl TypedData for i16[src]

impl TypedData for u32[src]

impl TypedData for i32[src]

impl TypedData for u64[src]

impl TypedData for i64[src]

impl TypedData for f32[src]

impl TypedData for f64[src]

Loading content...

Implementors

Loading content...