[][src]Struct wfc_tiled::ForbidInterface

pub struct ForbidInterface<'a, 'b, W>(_)
where
    W: Wrap
;

Methods

impl<'a, 'b, W> ForbidInterface<'a, 'b, W> where
    W: Wrap
[src]

pub fn wave_size(&self) -> Size[src]

pub fn forbid_all_patterns_except<R>(
    &mut self,
    coord: Coord,
    pattern_id: u32,
    rng: &mut R
) -> Result<(), PropagateError> where
    R: Rng
[src]

pub fn forbid_pattern<R>(
    &mut self,
    coord: Coord,
    pattern_id: u32,
    rng: &mut R
) -> Result<(), PropagateError> where
    R: Rng
[src]

Auto Trait Implementations

impl<'a, 'b, W> Send for ForbidInterface<'a, 'b, W> where
    W: Send

impl<'a, 'b, W> Sync for ForbidInterface<'a, 'b, W> where
    W: Sync

impl<'a, 'b, W> Unpin for ForbidInterface<'a, 'b, W> where
    'b: 'a, 

impl<'a, 'b, W> !UnwindSafe for ForbidInterface<'a, 'b, W>

impl<'a, 'b, W> RefUnwindSafe for ForbidInterface<'a, 'b, W> where
    W: RefUnwindSafe

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 = !

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> SetParameter for T