Struct libreda_pnr::place::stdcell_placer::DefaultCircuitRef[][src]

pub struct DefaultCircuitRef<'a, N> where
    N: NetlistBase + ?Sized
{ /* fields omitted */ }

Default implementation for CircuitRef. This is just a wrapper around a netlist and a circuit ID.

Trait Implementations

impl<'a, N> CircuitRef for DefaultCircuitRef<'a, N> where
    N: NetlistBase
[src]

type N = N

Netlist type.

Auto Trait Implementations

impl<'a, N: ?Sized> RefUnwindSafe for DefaultCircuitRef<'a, N> where
    N: RefUnwindSafe,
    <N as NetlistBase>::CircuitId: RefUnwindSafe

impl<'a, N: ?Sized> Send for DefaultCircuitRef<'a, N> where
    N: Sync,
    <N as NetlistBase>::CircuitId: Send

impl<'a, N: ?Sized> Sync for DefaultCircuitRef<'a, N> where
    N: Sync,
    <N as NetlistBase>::CircuitId: Sync

impl<'a, N: ?Sized> Unpin for DefaultCircuitRef<'a, N> where
    <N as NetlistBase>::CircuitId: Unpin

impl<'a, N: ?Sized> UnwindSafe for DefaultCircuitRef<'a, N> where
    N: RefUnwindSafe,
    <N as NetlistBase>::CircuitId: UnwindSafe

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.