#[repr(C)]pub struct GB_apu_t__bindgen_ty_3 {Show 14 fields
pub pulse_length: u16,
pub current_volume: u8,
pub volume_countdown: u8,
pub lfsr: u16,
pub narrow: bool,
pub counter_countdown: u8,
pub counter: u16,
pub length_enabled: bool,
pub alignment: u8,
pub current_lfsr_sample: bool,
pub delta: i8,
pub countdown_reloaded: bool,
pub dmg_delayed_start: u8,
pub envelope_clock: GB_envelope_clock_t,
}Fields§
§pulse_length: u16§current_volume: u8§volume_countdown: u8§lfsr: u16§narrow: bool§counter_countdown: u8§counter: u16§length_enabled: bool§alignment: u8§current_lfsr_sample: bool§delta: i8§countdown_reloaded: bool§dmg_delayed_start: u8§envelope_clock: GB_envelope_clock_tTrait Implementations§
Source§impl Clone for GB_apu_t__bindgen_ty_3
impl Clone for GB_apu_t__bindgen_ty_3
Source§fn clone(&self) -> GB_apu_t__bindgen_ty_3
fn clone(&self) -> GB_apu_t__bindgen_ty_3
Returns a duplicate 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 GB_apu_t__bindgen_ty_3
impl Debug for GB_apu_t__bindgen_ty_3
impl Copy for GB_apu_t__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for GB_apu_t__bindgen_ty_3
impl RefUnwindSafe for GB_apu_t__bindgen_ty_3
impl Send for GB_apu_t__bindgen_ty_3
impl Sync for GB_apu_t__bindgen_ty_3
impl Unpin for GB_apu_t__bindgen_ty_3
impl UnwindSafe for GB_apu_t__bindgen_ty_3
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