pub struct CueSheetIndex {
pub offset: u64,
pub number: u8,
}Expand description
One CUESHEET track index point (FLAC__StreamMetadata_CueSheet_Index).
Fields§
§offset: u64Offset in samples relative to the track offset.
number: u8Trait Implementations§
Source§impl Clone for CueSheetIndex
impl Clone for CueSheetIndex
Source§fn clone(&self) -> CueSheetIndex
fn clone(&self) -> CueSheetIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CueSheetIndex
Source§impl Debug for CueSheetIndex
impl Debug for CueSheetIndex
impl Eq for CueSheetIndex
Source§impl PartialEq for CueSheetIndex
impl PartialEq for CueSheetIndex
Source§fn eq(&self, other: &CueSheetIndex) -> bool
fn eq(&self, other: &CueSheetIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CueSheetIndex
Auto Trait Implementations§
impl Freeze for CueSheetIndex
impl RefUnwindSafe for CueSheetIndex
impl Send for CueSheetIndex
impl Sync for CueSheetIndex
impl Unpin for CueSheetIndex
impl UnsafeUnpin for CueSheetIndex
impl UnwindSafe for CueSheetIndex
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