Enum web_sys::ChannelPixelLayoutDataType [−][src]
pub enum ChannelPixelLayoutDataType {
Uint8,
Int8,
Uint16,
Int16,
Uint32,
Int32,
Float32,
Float64,
// some variants omitted
}Expand description
The ChannelPixelLayoutDataType enum.
This API requires the following crate features to be activated: ChannelPixelLayoutDataType
Variants
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ChannelPixelLayoutDataType
impl Send for ChannelPixelLayoutDataType
impl Sync for ChannelPixelLayoutDataType
impl Unpin for ChannelPixelLayoutDataType
impl UnwindSafe for ChannelPixelLayoutDataType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more