Struct immeta::common::riff::ChunkId [] [src]

pub struct ChunkId(pub [u8; 4]);

Methods

impl ChunkId
[src]

[src]

[src]

Trait Implementations

impl Copy for ChunkId
[src]

impl Clone for ChunkId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ChunkId
[src]

impl PartialEq for ChunkId
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for ChunkId
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ChunkId
[src]

[src]

Formats the value using the given formatter. Read more