#[repr(C)]pub struct GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1 {
pub rtc_real: GB_rtc_time_t,
pub rtc_latched: GB_rtc_time_t,
pub last_rtc_second: u64,
pub rtc_cycles: u32,
pub tpp1_mr4: u8,
}Fields§
§rtc_real: GB_rtc_time_t§rtc_latched: GB_rtc_time_t§last_rtc_second: u64§rtc_cycles: u32§tpp1_mr4: u8Trait Implementations§
Source§impl Clone for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
impl Clone for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
Source§fn clone(&self) -> GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
fn clone(&self) -> GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
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 moreimpl Copy for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
impl RefUnwindSafe for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
impl Send for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
impl Sync for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
impl Unpin for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
impl UnwindSafe for GB_gameboy_internal_s__bindgen_ty_8__bindgen_ty_1
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