Enum flo_canvas::TextureFormat [−][src]
pub enum TextureFormat {
Rgba,
}Expand description
Format of a rendering texture
Variants
Every pixel is 4 bytes specifying the red, green, blue and alpha values for the pixel
Trait Implementations
Encodes this item by appending it to the specified string Read more
fn 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 TextureFormat
impl Send for TextureFormat
impl Sync for TextureFormat
impl Unpin for TextureFormat
impl UnwindSafe for TextureFormat
Blanket Implementations
Mutably borrows from an owned value. Read more