Struct synthizer_sys::syz_LibraryConfig
source · [−]#[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
sourceimpl Clone for syz_LibraryConfig
impl Clone for syz_LibraryConfig
sourcefn clone(&self) -> syz_LibraryConfig
fn clone(&self) -> syz_LibraryConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for syz_LibraryConfig
impl Debug for syz_LibraryConfig
sourceimpl Default for syz_LibraryConfig
impl Default for syz_LibraryConfig
impl Copy for syz_LibraryConfig
Auto Trait Implementations
impl RefUnwindSafe for syz_LibraryConfig
impl !Send for syz_LibraryConfig
impl !Sync for syz_LibraryConfig
impl Unpin for syz_LibraryConfig
impl UnwindSafe for syz_LibraryConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more