#[repr(C)]pub struct SoundIoChannelArea {
pub ptr: *mut c_char,
pub step: c_int,
}Fields§
§ptr: *mut c_char§step: c_intTrait Implementations§
Source§impl Clone for SoundIoChannelArea
impl Clone for SoundIoChannelArea
Source§fn clone(&self) -> SoundIoChannelArea
fn clone(&self) -> SoundIoChannelArea
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 SoundIoChannelArea
Auto Trait Implementations§
impl Freeze for SoundIoChannelArea
impl RefUnwindSafe for SoundIoChannelArea
impl !Send for SoundIoChannelArea
impl !Sync for SoundIoChannelArea
impl Unpin for SoundIoChannelArea
impl UnwindSafe for SoundIoChannelArea
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