pub struct VdividerIo {
pub vdd: InOut<Signal>,
pub vss: InOut<Signal>,
pub dout: Output<Signal>,
}Fields§
§vdd: InOut<Signal>§vss: InOut<Signal>§dout: Output<Signal>Trait Implementations§
Source§impl Clone for VdividerIo
impl Clone for VdividerIo
Source§fn clone(&self) -> VdividerIo
fn clone(&self) -> VdividerIo
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 VdividerIo
impl Debug for VdividerIo
Source§impl Default for VdividerIo
impl Default for VdividerIo
Source§fn default() -> VdividerIo
fn default() -> VdividerIo
Returns the “default value” for a type. Read more
Source§impl FlatLen for VdividerIowhere
InOut<Signal>: FlatLen,
Output<Signal>: FlatLen,
impl FlatLen for VdividerIowhere
InOut<Signal>: FlatLen,
Output<Signal>: FlatLen,
Source§impl Flatten<Direction> for VdividerIowhere
InOut<Signal>: Flatten<Direction>,
Output<Signal>: Flatten<Direction>,
impl Flatten<Direction> for VdividerIowhere
InOut<Signal>: Flatten<Direction>,
Output<Signal>: Flatten<Direction>,
Source§impl HasBundleKind for VdividerIowhere
InOut<Signal>: HasBundleKind,
Output<Signal>: HasBundleKind,
impl HasBundleKind for VdividerIowhere
InOut<Signal>: HasBundleKind,
Output<Signal>: HasBundleKind,
Source§type BundleKind = VdividerIoKind
type BundleKind = VdividerIoKind
The Rust type of the [
BundleKind] associated with this bundle.Source§impl HasDefaultLayoutBundle for VdividerIowhere
InOut<Signal>: HasDefaultLayoutBundle,
Output<Signal>: HasDefaultLayoutBundle,
impl HasDefaultLayoutBundle for VdividerIowhere
InOut<Signal>: HasDefaultLayoutBundle,
Output<Signal>: HasDefaultLayoutBundle,
type Bundle<__substrate_L: Schema> = VdividerIoView<PortGeometryBundle<__substrate_L>>
Source§impl HasNodeBundle for VdividerIowhere
InOut<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Output<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
impl HasNodeBundle for VdividerIowhere
InOut<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Output<Signal>: HasNodeBundle + HasSchematicBundleKindViews,
Source§type NodeBundle = VdividerIoView<NodeBundle>
type NodeBundle = VdividerIoView<NodeBundle>
The associated node bundle.
Source§impl HasTerminalBundle for VdividerIowhere
InOut<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Output<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
impl HasTerminalBundle for VdividerIowhere
InOut<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Output<Signal>: HasTerminalBundle + HasSchematicBundleKindViews,
Source§type TerminalBundle = VdividerIoView<TerminalBundle>
type TerminalBundle = VdividerIoView<TerminalBundle>
The associated terminal bundle.
Auto Trait Implementations§
impl Freeze for VdividerIo
impl RefUnwindSafe for VdividerIo
impl Send for VdividerIo
impl Sync for VdividerIo
impl Unpin for VdividerIo
impl UnwindSafe for VdividerIo
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].