[][src]Struct pathfinder::IW

pub struct IW { /* fields omitted */ }

Image wrapper around the Image crate to enable better debugging panics.

Methods

impl IW
[src]

pub fn image(&self) -> &ImageBuffer<Rgba<u8>, Vec<u8>>
[src]

Retrieves the private image field.

pub fn put<L: Location>(&mut self, l: &L, color: Rgba<u8>)
[src]

Wraps around Image put_pixel but indicates failed positions.

pub fn put_unsafe<L: Location>(&mut self, l: &L, color: Rgba<u8>)
[src]

pub fn dimensions(&self) -> Coordinate
[src]

Trait Implementations

impl Clone for IW
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IW
[src]

Auto Trait Implementations

impl Send for IW

impl Sync for IW

Blanket Implementations

impl<T> From for T
[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> SetParameter for T
[src]

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 
[src]

Sets value as a parameter of self.