Struct vst3::Steinberg::Vst::RepresentationInfo
source · #[repr(C)]pub struct RepresentationInfo {
pub vendor: [char8; 64],
pub name: [char8; 64],
pub version: [char8; 64],
pub host: [char8; 64],
}
Fields§
§vendor: [char8; 64]
§name: [char8; 64]
§version: [char8; 64]
§host: [char8; 64]
Trait Implementations§
source§impl Clone for RepresentationInfo
impl Clone for RepresentationInfo
source§fn clone(&self) -> RepresentationInfo
fn clone(&self) -> RepresentationInfo
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 RepresentationInfo
impl Send for RepresentationInfo
impl Sync for RepresentationInfo
Auto Trait Implementations§
impl RefUnwindSafe for RepresentationInfo
impl Unpin for RepresentationInfo
impl UnwindSafe for RepresentationInfo
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