pub struct CustomRoutingPass {
pub architecture: Architecture,
pub routing_config: RoutingConfig,
}Expand description
Custom routing pass configuration.
Fields§
§architecture: ArchitectureTarget architecture.
routing_config: RoutingConfigRouting configuration.
Trait Implementations§
Source§impl Clone for CustomRoutingPass
impl Clone for CustomRoutingPass
Source§fn clone(&self) -> CustomRoutingPass
fn clone(&self) -> CustomRoutingPass
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 CustomRoutingPass
impl Debug for CustomRoutingPass
Source§impl<'de> Deserialize<'de> for CustomRoutingPass
impl<'de> Deserialize<'de> for CustomRoutingPass
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 CustomRoutingPass
impl PartialEq for CustomRoutingPass
Source§impl Serialize for CustomRoutingPass
impl Serialize for CustomRoutingPass
impl StructuralPartialEq for CustomRoutingPass
Auto Trait Implementations§
impl Freeze for CustomRoutingPass
impl RefUnwindSafe for CustomRoutingPass
impl Send for CustomRoutingPass
impl Sync for CustomRoutingPass
impl Unpin for CustomRoutingPass
impl UnwindSafe for CustomRoutingPass
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