pub struct SadWmaPro {
pub profile: c_int,
}Fields§
§profile: c_intTrait Implementations§
Source§impl From<di_cta_sad_wma_pro> for SadWmaPro
impl From<di_cta_sad_wma_pro> for SadWmaPro
Source§fn from(value: di_cta_sad_wma_pro) -> SadWmaPro
fn from(value: di_cta_sad_wma_pro) -> SadWmaPro
Converts to this type from the input type.
impl Copy for SadWmaPro
Auto Trait Implementations§
impl Freeze for SadWmaPro
impl RefUnwindSafe for SadWmaPro
impl Send for SadWmaPro
impl Sync for SadWmaPro
impl Unpin for SadWmaPro
impl UnwindSafe for SadWmaPro
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