bevy::reflect

Function struct_partial_eq

source
pub fn struct_partial_eq<S>(
    a: &S,
    b: &(dyn PartialReflect + 'static),
) -> Option<bool>
where S: Struct + ?Sized,
Expand description

Compares a Struct with a PartialReflect value.

Returns true if and only if all of the following are true:

Returns None if the comparison couldn’t even be performed.