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