#[repr(C)]pub struct pxtnPulse_NoiseBuilder {
pub _b_init: bool,
pub _p_tables: [*mut c_short; 17],
pub _rand_buf: [i32; 2],
pub _freq: *mut pxtnPulse_Frequency,
}Fields§
§_b_init: bool§_p_tables: [*mut c_short; 17]§_rand_buf: [i32; 2]§_freq: *mut pxtnPulse_FrequencyImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pxtnPulse_NoiseBuilder
impl RefUnwindSafe for pxtnPulse_NoiseBuilder
impl !Send for pxtnPulse_NoiseBuilder
impl !Sync for pxtnPulse_NoiseBuilder
impl Unpin for pxtnPulse_NoiseBuilder
impl UnwindSafe for pxtnPulse_NoiseBuilder
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