#[repr(C)]pub struct Union_jackctl_parameter_value {
pub _bindgen_data_: [u32; 32],
}
Fields§
§_bindgen_data_: [u32; 32]
Implementations§
Trait Implementations§
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