Struct amethyst::ecs::prelude::InsertedFlag[]

pub struct InsertedFlag(_);

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

Methods from Deref<Target = u32>

Trait Implementations

impl Deref for InsertedFlag

The resulting type after dereferencing.

Dereferences the value.

impl AsRef<u32> for InsertedFlag

Performs the conversion.

impl PartialEq<InsertedFlag> for InsertedFlag

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

This method tests for !=.

impl Clone for InsertedFlag

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<u32> for InsertedFlag

Performs the conversion.

impl Copy for InsertedFlag

impl Eq for InsertedFlag

impl Debug for InsertedFlag

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InsertedFlag

impl Sync for InsertedFlag