Struct vst3::Steinberg::PFactoryInfo
source · #[repr(C)]pub struct PFactoryInfo {
pub vendor: [char8; 64],
pub url: [char8; 256],
pub email: [char8; 128],
pub flags: int32,
}
Fields§
§vendor: [char8; 64]
§url: [char8; 256]
§email: [char8; 128]
§flags: int32
Trait Implementations§
source§impl Clone for PFactoryInfo
impl Clone for PFactoryInfo
source§fn clone(&self) -> PFactoryInfo
fn clone(&self) -> PFactoryInfo
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 PFactoryInfo
impl Send for PFactoryInfo
impl Sync for PFactoryInfo
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