pub struct OnSpacePlatformChangedState;Expand description
Called when a space platform changes state
Implementations§
Trait Implementations§
Source§impl Clone for OnSpacePlatformChangedState
impl Clone for OnSpacePlatformChangedState
Source§fn clone(&self) -> OnSpacePlatformChangedState
fn clone(&self) -> OnSpacePlatformChangedState
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 OnSpacePlatformChangedState
Source§impl Debug for OnSpacePlatformChangedState
impl Debug for OnSpacePlatformChangedState
impl Eq for OnSpacePlatformChangedState
impl StructuralPartialEq for OnSpacePlatformChangedState
Auto Trait Implementations§
impl Freeze for OnSpacePlatformChangedState
impl RefUnwindSafe for OnSpacePlatformChangedState
impl Send for OnSpacePlatformChangedState
impl Sync for OnSpacePlatformChangedState
impl Unpin for OnSpacePlatformChangedState
impl UnsafeUnpin for OnSpacePlatformChangedState
impl UnwindSafe for OnSpacePlatformChangedState
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