#[repr(C)]pub struct ixheaace_user_config_struct {
pub input_config: ixheaace_input_config,
pub output_config: ixheaace_output_config,
}Fields§
§input_config: ixheaace_input_config§output_config: ixheaace_output_configTrait Implementations§
Source§impl Clone for ixheaace_user_config_struct
impl Clone for ixheaace_user_config_struct
Source§fn clone(&self) -> ixheaace_user_config_struct
fn clone(&self) -> ixheaace_user_config_struct
Returns a duplicate 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 moreSource§impl Debug for ixheaace_user_config_struct
impl Debug for ixheaace_user_config_struct
impl Copy for ixheaace_user_config_struct
Auto Trait Implementations§
impl Freeze for ixheaace_user_config_struct
impl RefUnwindSafe for ixheaace_user_config_struct
impl !Send for ixheaace_user_config_struct
impl !Sync for ixheaace_user_config_struct
impl Unpin for ixheaace_user_config_struct
impl UnsafeUnpin for ixheaace_user_config_struct
impl UnwindSafe for ixheaace_user_config_struct
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