pub struct PropertyChangeTriggerEvent<E, P>{
pub entity_id: EntityId<E>,
pub previous: P,
pub current: P,
pub mode: TriggerMode,
}Fields§
§entity_id: EntityId<E>§previous: P§current: P§mode: TriggerModeTrait Implementations§
Source§impl<E, P> Clone for PropertyChangeTriggerEvent<E, P>
impl<E, P> Clone for PropertyChangeTriggerEvent<E, P>
Source§fn clone(&self) -> PropertyChangeTriggerEvent<E, P>
fn clone(&self) -> PropertyChangeTriggerEvent<E, P>
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<E, P> Debug for PropertyChangeTriggerEvent<E, P>
impl<E, P> Debug for PropertyChangeTriggerEvent<E, P>
impl<E, P> Copy for PropertyChangeTriggerEvent<E, P>
Auto Trait Implementations§
impl<E, P> Freeze for PropertyChangeTriggerEvent<E, P>where
P: Freeze,
impl<E, P> RefUnwindSafe for PropertyChangeTriggerEvent<E, P>where
P: RefUnwindSafe,
E: RefUnwindSafe,
impl<E, P> Send for PropertyChangeTriggerEvent<E, P>
impl<E, P> Sync for PropertyChangeTriggerEvent<E, P>
impl<E, P> Unpin for PropertyChangeTriggerEvent<E, P>
impl<E, P> UnsafeUnpin for PropertyChangeTriggerEvent<E, P>where
P: UnsafeUnpin,
impl<E, P> UnwindSafe for PropertyChangeTriggerEvent<E, P>where
P: UnwindSafe,
E: UnwindSafe,
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.