#[repr(C)]pub struct PF_SoundFormatInfo {
pub rateF: PF_FpLong,
pub num_channels: PF_SoundChannels,
pub format: PF_SoundFormat,
pub sample_size: PF_SoundSampleSize,
}Fields§
§rateF: PF_FpLong§num_channels: PF_SoundChannels§format: PF_SoundFormat§sample_size: PF_SoundSampleSizeTrait Implementations§
Source§impl Clone for PF_SoundFormatInfo
impl Clone for PF_SoundFormatInfo
Source§fn clone(&self) -> PF_SoundFormatInfo
fn clone(&self) -> PF_SoundFormatInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_SoundFormatInfo
impl Debug for PF_SoundFormatInfo
impl Copy for PF_SoundFormatInfo
Auto Trait Implementations§
impl Freeze for PF_SoundFormatInfo
impl RefUnwindSafe for PF_SoundFormatInfo
impl Send for PF_SoundFormatInfo
impl Sync for PF_SoundFormatInfo
impl Unpin for PF_SoundFormatInfo
impl UnwindSafe for PF_SoundFormatInfo
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