pub struct InverterIo {
pub vdd: InOut<Signal>,
pub vss: InOut<Signal>,
pub din: Input<Signal>,
pub dout: Output<Signal>,
}Fields§
§vdd: InOut<Signal>§vss: InOut<Signal>§din: Input<Signal>§dout: Output<Signal>Trait Implementations§
Source§impl Clone for InverterIo
impl Clone for InverterIo
Source§fn clone(&self) -> InverterIo
fn clone(&self) -> InverterIo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InverterIo
impl Debug for InverterIo
Source§impl Default for InverterIo
impl Default for InverterIo
Source§fn default() -> InverterIo
fn default() -> InverterIo
Returns the “default value” for a type. Read more
Source§impl FlatLen for InverterIowhere
InOut<Signal>: FlatLen,
Input<Signal>: FlatLen,
Output<Signal>: FlatLen,
impl FlatLen for InverterIowhere
InOut<Signal>: FlatLen,
Input<Signal>: FlatLen,
Output<Signal>: FlatLen,
Source§impl Flatten<Direction> for InverterIowhere
InOut<Signal>: Flatten<Direction>,
Input<Signal>: Flatten<Direction>,
Output<Signal>: Flatten<Direction>,
impl Flatten<Direction> for InverterIowhere
InOut<Signal>: Flatten<Direction>,
Input<Signal>: Flatten<Direction>,
Output<Signal>: Flatten<Direction>,
Source§impl HasBundleKind for InverterIowhere
InOut<Signal>: HasBundleKind,
Input<Signal>: HasBundleKind,
Output<Signal>: HasBundleKind,
impl HasBundleKind for InverterIowhere
InOut<Signal>: HasBundleKind,
Input<Signal>: HasBundleKind,
Output<Signal>: HasBundleKind,
Source§type BundleKind = InverterIoKind
type BundleKind = InverterIoKind
The Rust type of the [
BundleKind] associated with this bundle.Source§impl HasDefaultLayoutBundle for InverterIowhere
InOut<Signal>: HasDefaultLayoutBundle,
Input<Signal>: HasDefaultLayoutBundle,
Output<Signal>: HasDefaultLayoutBundle,
impl HasDefaultLayoutBundle for InverterIowhere
InOut<Signal>: HasDefaultLayoutBundle,
Input<Signal>: HasDefaultLayoutBundle,
Output<Signal>: HasDefaultLayoutBundle,
type Bundle<__substrate_L: Schema> = InverterIoView<PortGeometryBundle<__substrate_L>>
Source§impl HasNodeBundle for InverterIowhere
InOut<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Input<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Output<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
impl HasNodeBundle for InverterIowhere
InOut<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Input<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Output<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Source§type NodeBundle = InverterIoView<NodeBundle>
type NodeBundle = InverterIoView<NodeBundle>
The associated node bundle.
Source§impl HasTerminalBundle for InverterIowhere
InOut<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Input<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Output<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
impl HasTerminalBundle for InverterIowhere
InOut<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Input<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Output<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Source§type TerminalBundle = InverterIoView<TerminalBundle>
type TerminalBundle = InverterIoView<TerminalBundle>
The associated terminal bundle.
Auto Trait Implementations§
impl Freeze for InverterIo
impl RefUnwindSafe for InverterIo
impl Send for InverterIo
impl Sync for InverterIo
impl Unpin for InverterIo
impl UnwindSafe for InverterIo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSend for T
impl<T> DowncastSend for T
§impl<T> DowncastSync for T
impl<T> DowncastSync for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Applies the layer to a service and wraps it in [
Layered].