#[repr(C)]pub struct retro_core_options_v2_intl {
pub us: *mut retro_core_options_v2,
pub local: *mut retro_core_options_v2,
}
Fields§
§us: *mut retro_core_options_v2
§local: *mut retro_core_options_v2
Trait Implementations§
Source§impl Clone for retro_core_options_v2_intl
impl Clone for retro_core_options_v2_intl
Source§fn clone(&self) -> retro_core_options_v2_intl
fn clone(&self) -> retro_core_options_v2_intl
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 retro_core_options_v2_intl
impl Debug for retro_core_options_v2_intl
impl Copy for retro_core_options_v2_intl
Auto Trait Implementations§
impl Freeze for retro_core_options_v2_intl
impl RefUnwindSafe for retro_core_options_v2_intl
impl !Send for retro_core_options_v2_intl
impl !Sync for retro_core_options_v2_intl
impl Unpin for retro_core_options_v2_intl
impl UnwindSafe for retro_core_options_v2_intl
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