#[repr(C)]pub struct SF_CUES {
pub cue_count: u32,
pub cue_points: [SF_CUE_POINT; 100],
}Fields§
§cue_count: u32§cue_points: [SF_CUE_POINT; 100]Auto Trait Implementations§
impl Freeze for SF_CUES
impl RefUnwindSafe for SF_CUES
impl Send for SF_CUES
impl Sync for SF_CUES
impl Unpin for SF_CUES
impl UnwindSafe for SF_CUES
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