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