#[repr(C)]pub struct pxNOISEDESIGN_OSCILLATOR {
pub type_: pxWAVETYPE,
pub freq: f32,
pub volume: f32,
pub offset: f32,
pub b_rev: bool,
}Fields§
§type_: pxWAVETYPE§freq: f32§volume: f32§offset: f32§b_rev: boolTrait Implementations§
Source§impl Clone for pxNOISEDESIGN_OSCILLATOR
impl Clone for pxNOISEDESIGN_OSCILLATOR
Source§fn clone(&self) -> pxNOISEDESIGN_OSCILLATOR
fn clone(&self) -> pxNOISEDESIGN_OSCILLATOR
Returns a copy 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 pxNOISEDESIGN_OSCILLATOR
impl Debug for pxNOISEDESIGN_OSCILLATOR
impl Copy for pxNOISEDESIGN_OSCILLATOR
Auto Trait Implementations§
impl Freeze for pxNOISEDESIGN_OSCILLATOR
impl RefUnwindSafe for pxNOISEDESIGN_OSCILLATOR
impl Send for pxNOISEDESIGN_OSCILLATOR
impl Sync for pxNOISEDESIGN_OSCILLATOR
impl Unpin for pxNOISEDESIGN_OSCILLATOR
impl UnwindSafe for pxNOISEDESIGN_OSCILLATOR
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