[][src]Struct swf_tree::fill_styles::Bitmap

pub struct Bitmap {
    pub bitmap_id: u16,
    pub matrix: Matrix,
    pub repeating: bool,
    pub smoothed: bool,
}

Fields

bitmap_id: u16matrix: Matrixrepeating: boolsmoothed: bool

Trait Implementations

impl PartialEq<Bitmap> for Bitmap[src]

impl Eq for Bitmap[src]

impl Debug for Bitmap[src]

impl Serialize for Bitmap[src]

impl<'de> Deserialize<'de> for Bitmap[src]

Auto Trait Implementations

impl Send for Bitmap

impl Sync for Bitmap

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]