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