#[repr(C)]
pub struct sip_state_t {
pub amp_gain: c_int,
pub sample_type: c_int,
pub frequency: c_int,
pub is_sampling: c_int,
pub callback: sip_sample_cb,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.