pub struct Cuesheet {
pub offset: u64,
pub size: u32,
pub encoding: CueEncoding,
}Expand description
Location of a cuesheet embedded in the file’s tags.
Fields§
§offset: u64§size: u32§encoding: CueEncodingTrait Implementations§
impl Copy for Cuesheet
impl Eq for Cuesheet
impl StructuralPartialEq for Cuesheet
Auto Trait Implementations§
impl Freeze for Cuesheet
impl RefUnwindSafe for Cuesheet
impl Send for Cuesheet
impl Sync for Cuesheet
impl Unpin for Cuesheet
impl UnsafeUnpin for Cuesheet
impl UnwindSafe for Cuesheet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more