[][src]Struct pyxel::Pyxel

pub struct Pyxel { /* fields omitted */ }

A Pyxel document.

Methods

impl Pyxel[src]

pub fn animations(&self) -> &Vec<Animation>[src]

Returns the animations for this document.

pub fn canvas(&self) -> &Canvas[src]

Returns the canvas for this document.

pub fn name(&self) -> &String[src]

Returns the name of this document.

pub fn palette(&self) -> &Palette[src]

Returns the palette for this document.

pub fn tileset(&self) -> &Tileset[src]

Returns the tileset for this document.

pub fn version(&self) -> &Version[src]

Returns the version of PyxelEdit this document was created with.

Trait Implementations

impl Debug for Pyxel[src]

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

Auto Trait Implementations

impl Sync for Pyxel

impl Send for Pyxel

impl Unpin for Pyxel

impl RefUnwindSafe for Pyxel

impl UnwindSafe for Pyxel

Blanket Implementations

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

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

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.

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

impl<T> Borrow<T> 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]