Struct cue::rem::REM [] [src]

pub struct REM { /* fields omitted */ }

Represents a comment on a CD or Track. This field is usually just used to store arbitrary human-readable comments, but is also used by some programs to include custom metadata.

Methods

impl REM
[src]

[src]

[src]

Returns the comment represented by this struct as a string, if present.

Trait Implementations

Auto Trait Implementations

impl !Send for REM

impl !Sync for REM