pub struct OnCargoPodFinishedDescending;Expand description
Called when a cargo pods lands on a surface, either at a station or on the ground.
Implementations§
Trait Implementations§
Source§impl Clone for OnCargoPodFinishedDescending
impl Clone for OnCargoPodFinishedDescending
Source§fn clone(&self) -> OnCargoPodFinishedDescending
fn clone(&self) -> OnCargoPodFinishedDescending
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 moreimpl Copy for OnCargoPodFinishedDescending
Source§impl Debug for OnCargoPodFinishedDescending
impl Debug for OnCargoPodFinishedDescending
impl Eq for OnCargoPodFinishedDescending
impl StructuralPartialEq for OnCargoPodFinishedDescending
Auto Trait Implementations§
impl Freeze for OnCargoPodFinishedDescending
impl RefUnwindSafe for OnCargoPodFinishedDescending
impl Send for OnCargoPodFinishedDescending
impl Sync for OnCargoPodFinishedDescending
impl Unpin for OnCargoPodFinishedDescending
impl UnsafeUnpin for OnCargoPodFinishedDescending
impl UnwindSafe for OnCargoPodFinishedDescending
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