[][src]Struct wfc::ForbidInterface

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

Methods

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

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

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

pub fn forbid_pattern<R: Rng>(
    &mut self,
    coord: Coord,
    pattern_id: PatternId,
    rng: &mut R
) -> Result<(), PropagateError>
[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

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<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> Any for T where
    T: 'static + ?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

The type returned in the event of a conversion error.