pub struct RunwayStrip {
pub end_a: RunwayEnd,
pub end_b: RunwayEnd,
}Fields§
§end_a: RunwayEnd§end_b: RunwayEndTrait Implementations§
Source§impl Clone for RunwayStrip
impl Clone for RunwayStrip
Source§fn clone(&self) -> RunwayStrip
fn clone(&self) -> RunwayStrip
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for RunwayStrip
impl RefUnwindSafe for RunwayStrip
impl Send for RunwayStrip
impl Sync for RunwayStrip
impl Unpin for RunwayStrip
impl UnwindSafe for RunwayStrip
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