Struct vst3::Steinberg::Vst::ProgramListInfo
source · #[repr(C)]pub struct ProgramListInfo {
pub id: ProgramListID,
pub name: String128,
pub programCount: int32,
}
Fields§
§id: ProgramListID
§name: String128
§programCount: int32
Trait Implementations§
source§impl Clone for ProgramListInfo
impl Clone for ProgramListInfo
source§fn clone(&self) -> ProgramListInfo
fn clone(&self) -> ProgramListInfo
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 ProgramListInfo
impl Send for ProgramListInfo
impl Sync for ProgramListInfo
Auto Trait Implementations§
impl RefUnwindSafe for ProgramListInfo
impl Unpin for ProgramListInfo
impl UnwindSafe for ProgramListInfo
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