Enum allo_isolate::ffi::DartTypedDataType
source · #[repr(i32)]pub enum DartTypedDataType {
Show 14 variants
ByteData,
Int8,
Uint8,
Uint8Clamped,
Int16,
Uint16,
Int32,
Uint32,
Int64,
Uint64,
Float32,
Float64,
Float32x4,
Invalid,
}Variants§
ByteData
Int8
Uint8
Uint8Clamped
Int16
Uint16
Int32
Uint32
Int64
Uint64
Float32
Float64
Float32x4
Invalid
Trait Implementations§
source§impl Clone for DartTypedDataType
impl Clone for DartTypedDataType
source§fn clone(&self) -> DartTypedDataType
fn clone(&self) -> DartTypedDataType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DartTypedDataType
impl Debug for DartTypedDataType
source§impl PartialEq<DartTypedDataType> for DartTypedDataType
impl PartialEq<DartTypedDataType> for DartTypedDataType
source§fn eq(&self, other: &DartTypedDataType) -> bool
fn eq(&self, other: &DartTypedDataType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DartTypedDataType
impl StructuralPartialEq for DartTypedDataType
Auto Trait Implementations§
impl RefUnwindSafe for DartTypedDataType
impl Send for DartTypedDataType
impl Sync for DartTypedDataType
impl Unpin for DartTypedDataType
impl UnwindSafe for DartTypedDataType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more