Struct rtag::frame::RVA2 [] [src]

pub struct RVA2 {
    pub data: Vec<u8>,
}

Relative volume adjustment (2)

Not yet tested! Not yet implemented!

Fields

Trait Implementations

impl Clone for RVA2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RVA2
[src]

Formats the value using the given formatter.

impl PartialEq for RVA2
[src]

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

This method tests for !=.

impl FrameReaderDefault<RVA2> for RVA2
[src]

impl FrameWriterDefault for RVA2
[src]