#[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_uint
§logging_backend: c_uint
§libsndfile_path: *const c_char
Trait Implementations§
Source§impl Clone for syz_LibraryConfig
impl Clone for syz_LibraryConfig
Source§fn clone(&self) -> syz_LibraryConfig
fn clone(&self) -> syz_LibraryConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for syz_LibraryConfig
impl Debug for syz_LibraryConfig
Source§impl Default for syz_LibraryConfig
impl Default for syz_LibraryConfig
impl Copy for syz_LibraryConfig
Auto Trait Implementations§
impl Freeze for syz_LibraryConfig
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§
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