[][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> RefUnwindSafe for ForbidInterface<'a, 'b, W> where
    W: RefUnwindSafe

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

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

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

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

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> 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<V, T> VZip<V> for T where
    V: MultiLane<T>,