Struct coreaudio_sys::audio_unit::Struct_AUHostIdentifier
[−]
[src]
pub struct Struct_AUHostIdentifier {
pub hostName: CFStringRef,
pub hostVersion: AUNumVersion,
}Fields
hostName: CFStringRef
hostVersion: AUNumVersion
Trait Implementations
impl Copy for Struct_AUHostIdentifier[src]
impl Clone for Struct_AUHostIdentifier[src]
fn clone(&self) -> Struct_AUHostIdentifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct_AUHostIdentifier[src]
fn default() -> Struct_AUHostIdentifier
Returns the "default value" for a type. Read more