#[repr(C)]pub struct SoundIoSampleRateRange {
pub min: c_int,
pub max: c_int,
}Fields§
§min: c_int§max: c_intTrait Implementations§
Source§impl Clone for SoundIoSampleRateRange
impl Clone for SoundIoSampleRateRange
Source§fn clone(&self) -> SoundIoSampleRateRange
fn clone(&self) -> SoundIoSampleRateRange
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 moreimpl Copy for SoundIoSampleRateRange
Auto Trait Implementations§
impl Freeze for SoundIoSampleRateRange
impl RefUnwindSafe for SoundIoSampleRateRange
impl Send for SoundIoSampleRateRange
impl Sync for SoundIoSampleRateRange
impl Unpin for SoundIoSampleRateRange
impl UnwindSafe for SoundIoSampleRateRange
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