Struct vst3::Steinberg::Vst::PhysicalUIMapList
source · #[repr(C)]pub struct PhysicalUIMapList {
pub count: uint32,
pub map: *mut PhysicalUIMap,
}
Fields§
§count: uint32
§map: *mut PhysicalUIMap
Trait Implementations§
source§impl Clone for PhysicalUIMapList
impl Clone for PhysicalUIMapList
source§fn clone(&self) -> PhysicalUIMapList
fn clone(&self) -> PhysicalUIMapList
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 PhysicalUIMapList
impl Send for PhysicalUIMapList
impl Sync for PhysicalUIMapList
Auto Trait Implementations§
impl RefUnwindSafe for PhysicalUIMapList
impl Unpin for PhysicalUIMapList
impl UnwindSafe for PhysicalUIMapList
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