Struct libosu::Additions[][src]

pub struct Additions(pub u32);

A representation of hitsound additions.

Trait Implementations

impl Clone for Additions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Additions
[src]

Formats the value using the given formatter. Read more

impl BitOr for Additions
[src]

The resulting type after applying the | operator.

Performs the | operation.

Auto Trait Implementations

impl Send for Additions

impl Sync for Additions