Struct swf_tree::fill_styles::Bitmap
source · pub struct Bitmap {
pub bitmap_id: u16,
pub matrix: Matrix,
pub repeating: bool,
pub smoothed: bool,
}Fields§
§bitmap_id: u16§matrix: Matrix§repeating: bool§smoothed: boolTrait Implementations§
source§impl<'de> Deserialize<'de> for Bitmap
impl<'de> Deserialize<'de> for Bitmap
source§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