#[repr(C)]pub struct Union_jackctl_parameter_value {
pub _bindgen_data_: [u32; 32],
}Fields§
§_bindgen_data_: [u32; 32]Implementations§
Trait Implementations§
Source§impl Clone for Union_jackctl_parameter_value
impl Clone for Union_jackctl_parameter_value
Source§fn clone(&self) -> Union_jackctl_parameter_value
fn clone(&self) -> Union_jackctl_parameter_value
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 Default for Union_jackctl_parameter_value
impl Default for Union_jackctl_parameter_value
Source§fn default() -> Union_jackctl_parameter_value
fn default() -> Union_jackctl_parameter_value
Returns the “default value” for a type. Read more
impl Copy for Union_jackctl_parameter_value
Auto Trait Implementations§
impl Freeze for Union_jackctl_parameter_value
impl RefUnwindSafe for Union_jackctl_parameter_value
impl Send for Union_jackctl_parameter_value
impl Sync for Union_jackctl_parameter_value
impl Unpin for Union_jackctl_parameter_value
impl UnwindSafe for Union_jackctl_parameter_value
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