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