pub struct RoutingPass {
pub architecture: Architecture,
pub routing_config: RoutingConfig,
}Expand description
Routing pass configuration.
Fields§
§architecture: ArchitectureTarget architecture.
routing_config: RoutingConfigRouting configuration.
Trait Implementations§
Source§impl Clone for RoutingPass
impl Clone for RoutingPass
Source§fn clone(&self) -> RoutingPass
fn clone(&self) -> RoutingPass
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 RoutingPass
impl Debug for RoutingPass
Source§impl<'de> Deserialize<'de> for RoutingPass
impl<'de> Deserialize<'de> for RoutingPass
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RoutingPass
impl PartialEq for RoutingPass
Source§impl Serialize for RoutingPass
impl Serialize for RoutingPass
impl StructuralPartialEq for RoutingPass
Auto Trait Implementations§
impl Freeze for RoutingPass
impl RefUnwindSafe for RoutingPass
impl Send for RoutingPass
impl Sync for RoutingPass
impl Unpin for RoutingPass
impl UnwindSafe for RoutingPass
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