pub struct PropertyValueCountTriggerEvent<E, P>{
pub entity_id: EntityId<E>,
pub value: P,
pub count: usize,
pub direction_filter: Option<Direction>,
pub direction: Direction,
pub mode: TriggerMode,
}Fields§
§entity_id: EntityId<E>§value: P§count: usize§direction_filter: Option<Direction>§direction: Direction§mode: TriggerModeTrait Implementations§
Source§impl<E, P> Clone for PropertyValueCountTriggerEvent<E, P>
impl<E, P> Clone for PropertyValueCountTriggerEvent<E, P>
Source§fn clone(&self) -> PropertyValueCountTriggerEvent<E, P>
fn clone(&self) -> PropertyValueCountTriggerEvent<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 PropertyValueCountTriggerEvent<E, P>
impl<E, P> Debug for PropertyValueCountTriggerEvent<E, P>
impl<E, P> Copy for PropertyValueCountTriggerEvent<E, P>
Auto Trait Implementations§
impl<E, P> Freeze for PropertyValueCountTriggerEvent<E, P>where
P: Freeze,
impl<E, P> RefUnwindSafe for PropertyValueCountTriggerEvent<E, P>where
P: RefUnwindSafe,
E: RefUnwindSafe,
impl<E, P> Send for PropertyValueCountTriggerEvent<E, P>
impl<E, P> Sync for PropertyValueCountTriggerEvent<E, P>
impl<E, P> Unpin for PropertyValueCountTriggerEvent<E, P>
impl<E, P> UnsafeUnpin for PropertyValueCountTriggerEvent<E, P>where
P: UnsafeUnpin,
impl<E, P> UnwindSafe for PropertyValueCountTriggerEvent<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.