pub struct ScheduledRtlOutput {
pub scheduled: ScheduledRtl,
pub fused_optimization_hints: FusedSirOptimizationHints,
}Fields§
§scheduled: ScheduledRtl§fused_optimization_hints: FusedSirOptimizationHintsTrait Implementations§
Source§impl Clone for ScheduledRtlOutput
impl Clone for ScheduledRtlOutput
Source§fn clone(&self) -> ScheduledRtlOutput
fn clone(&self) -> ScheduledRtlOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScheduledRtlOutput
impl RefUnwindSafe for ScheduledRtlOutput
impl Send for ScheduledRtlOutput
impl Sync for ScheduledRtlOutput
impl Unpin for ScheduledRtlOutput
impl UnsafeUnpin for ScheduledRtlOutput
impl UnwindSafe for ScheduledRtlOutput
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