Struct vst3::Steinberg::PClassInfo2
source · #[repr(C)]pub struct PClassInfo2 {
pub cid: TUID,
pub cardinality: int32,
pub category: [char8; 32],
pub name: [char8; 64],
pub classFlags: uint32,
pub subCategories: [char8; 128],
pub vendor: [char8; 64],
pub version: [char8; 64],
pub sdkVersion: [char8; 64],
}
Fields§
§cid: TUID
§cardinality: int32
§category: [char8; 32]
§name: [char8; 64]
§classFlags: uint32
§subCategories: [char8; 128]
§vendor: [char8; 64]
§version: [char8; 64]
§sdkVersion: [char8; 64]
Trait Implementations§
source§impl Clone for PClassInfo2
impl Clone for PClassInfo2
source§fn clone(&self) -> PClassInfo2
fn clone(&self) -> PClassInfo2
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 PClassInfo2
impl Send for PClassInfo2
impl Sync for PClassInfo2
Auto Trait Implementations§
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