#[repr(C)]pub struct TagCue {
pub cue_points_count: DWORD,
pub cue_points: [TagCuePoint; 0],
}Fields§
§cue_points_count: DWORD§cue_points: [TagCuePoint; 0]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagCue
impl RefUnwindSafe for TagCue
impl Send for TagCue
impl Sync for TagCue
impl Unpin for TagCue
impl UnwindSafe for TagCue
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