Union vst3::Steinberg::Vst::AudioBusBuffers__type0
source · #[repr(C)]
pub union AudioBusBuffers__type0 {
pub channelBuffers32: *mut *mut Sample32,
pub channelBuffers64: *mut *mut Sample64,
}
Fields§
§channelBuffers32: *mut *mut Sample32
§channelBuffers64: *mut *mut Sample64
Trait Implementations§
source§impl Clone for AudioBusBuffers__type0
impl Clone for AudioBusBuffers__type0
source§fn clone(&self) -> AudioBusBuffers__type0
fn clone(&self) -> AudioBusBuffers__type0
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__type0
impl Send for AudioBusBuffers__type0
impl Sync for AudioBusBuffers__type0
Auto Trait Implementations§
impl RefUnwindSafe for AudioBusBuffers__type0
impl Unpin for AudioBusBuffers__type0
impl UnwindSafe for AudioBusBuffers__type0
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