Struct synthizer_sys::syz_LibraryConfig [−][src]
#[repr(C)]pub struct syz_LibraryConfig { pub log_level: c_uint, pub logging_backend: c_uint, pub libsndfile_path: *const c_char, }
Fields
log_level: c_uintlogging_backend: c_uintlibsndfile_path: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for syz_LibraryConfigimpl !Send for syz_LibraryConfigimpl !Sync for syz_LibraryConfigimpl Unpin for syz_LibraryConfigimpl UnwindSafe for syz_LibraryConfigBlanket Implementations
Mutably borrows from an owned value. Read more