[][src]Struct swf_types::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 Clone for Bitmap[src]

impl Copy for Bitmap[src]

impl Debug for Bitmap[src]

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

impl Eq for Bitmap[src]

impl Hash for Bitmap[src]

impl Ord for Bitmap[src]

impl PartialEq<Bitmap> for Bitmap[src]

impl PartialOrd<Bitmap> for Bitmap[src]

impl Serialize for Bitmap[src]

impl StructuralEq for Bitmap[src]

impl StructuralPartialEq for Bitmap[src]

Auto Trait Implementations

impl RefUnwindSafe for Bitmap

impl Send for Bitmap

impl Sync for Bitmap

impl Unpin for Bitmap

impl UnwindSafe for Bitmap

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.