#[repr(C)]pub struct SF_CUE_POINT {
pub indx: i32,
pub position: u32,
pub fcc_chunk: i32,
pub chunk_start: i32,
pub block_start: i32,
pub sample_offset: u32,
pub name: [c_char; 256],
}Fields§
§indx: i32§position: u32§fcc_chunk: i32§chunk_start: i32§block_start: i32§sample_offset: u32§name: [c_char; 256]Auto Trait Implementations§
impl Freeze for SF_CUE_POINT
impl RefUnwindSafe for SF_CUE_POINT
impl Send for SF_CUE_POINT
impl Sync for SF_CUE_POINT
impl Unpin for SF_CUE_POINT
impl UnwindSafe for SF_CUE_POINT
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