#[repr(C)]pub struct BelaChannelGainArray {
pub length: c_uint,
pub data: *mut BelaChannelGain,
}Fields§
§length: c_uint§data: *mut BelaChannelGainTrait Implementations§
Source§impl Clone for BelaChannelGainArray
impl Clone for BelaChannelGainArray
Source§fn clone(&self) -> BelaChannelGainArray
fn clone(&self) -> BelaChannelGainArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BelaChannelGainArray
Source§impl Debug for BelaChannelGainArray
impl Debug for BelaChannelGainArray
Auto Trait Implementations§
impl !Send for BelaChannelGainArray
impl !Sync for BelaChannelGainArray
impl Freeze for BelaChannelGainArray
impl RefUnwindSafe for BelaChannelGainArray
impl Unpin for BelaChannelGainArray
impl UnsafeUnpin for BelaChannelGainArray
impl UnwindSafe for BelaChannelGainArray
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