Struct vst3::Steinberg::Vst::AudioBusBuffers
source · #[repr(C)]pub struct AudioBusBuffers {
pub numChannels: int32,
pub silenceFlags: uint64,
pub __field0: AudioBusBuffers__type0,
}
Fields§
§numChannels: int32
§silenceFlags: uint64
§__field0: AudioBusBuffers__type0
Trait Implementations§
source§impl Clone for AudioBusBuffers
impl Clone for AudioBusBuffers
source§fn clone(&self) -> AudioBusBuffers
fn clone(&self) -> AudioBusBuffers
Returns a copy 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 AudioBusBuffers
impl Send for AudioBusBuffers
impl Sync for AudioBusBuffers
Auto Trait Implementations§
impl RefUnwindSafe for AudioBusBuffers
impl Unpin for AudioBusBuffers
impl UnwindSafe for AudioBusBuffers
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