#[repr(C)]pub struct SF_INFO {
pub frames: sf_count_t,
pub samplerate: c_int,
pub channels: c_int,
pub format: c_int,
pub sections: c_int,
pub seekable: c_int,
}Fields§
§frames: sf_count_t§samplerate: c_int§channels: c_int§format: c_int§sections: c_int§seekable: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for SF_INFO
impl RefUnwindSafe for SF_INFO
impl Send for SF_INFO
impl Sync for SF_INFO
impl Unpin for SF_INFO
impl UnwindSafe for SF_INFO
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