#[repr(C)]pub struct FLAC__StreamMetadata_CueSheet_Index {
pub offset: FLAC__uint64,
pub number: FLAC__byte,
}Fields§
§offset: FLAC__uint64§number: FLAC__byteTrait Implementations§
Source§impl Clone for FLAC__StreamMetadata_CueSheet_Index
impl Clone for FLAC__StreamMetadata_CueSheet_Index
Source§fn clone(&self) -> FLAC__StreamMetadata_CueSheet_Index
fn clone(&self) -> FLAC__StreamMetadata_CueSheet_Index
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FLAC__StreamMetadata_CueSheet_Index
Auto Trait Implementations§
impl Freeze for FLAC__StreamMetadata_CueSheet_Index
impl RefUnwindSafe for FLAC__StreamMetadata_CueSheet_Index
impl Send for FLAC__StreamMetadata_CueSheet_Index
impl Sync for FLAC__StreamMetadata_CueSheet_Index
impl Unpin for FLAC__StreamMetadata_CueSheet_Index
impl UnwindSafe for FLAC__StreamMetadata_CueSheet_Index
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