pub struct CueChunk {
pub num_cues: u32,
pub cue_points: Vec<CuePoint>,
}
Expand description
Fields§
§num_cues: u32
§cue_points: Vec<CuePoint>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CueChunk
impl RefUnwindSafe for CueChunk
impl Send for CueChunk
impl Sync for CueChunk
impl Unpin for CueChunk
impl UnwindSafe for CueChunk
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