Struct amethyst::ecs::prelude::ModifiedFlag[]

pub struct ModifiedFlag(_);

Flag with additional type safety against which kind of operations were done.

Methods from Deref<Target = u32>

Trait Implementations

impl Deref for ModifiedFlag

The resulting type after dereferencing.

Dereferences the value.

impl AsRef<u32> for ModifiedFlag

Performs the conversion.

impl PartialEq<ModifiedFlag> for ModifiedFlag

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ModifiedFlag

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<u32> for ModifiedFlag

Performs the conversion.

impl Copy for ModifiedFlag

impl Eq for ModifiedFlag

impl Debug for ModifiedFlag

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ModifiedFlag

impl Sync for ModifiedFlag