#[repr(C)]pub struct retro_core_option_display {
pub key: *const c_char,
pub visible: bool,
}
Fields§
§key: *const c_char
§visible: bool
Trait Implementations§
Source§impl Clone for retro_core_option_display
impl Clone for retro_core_option_display
Source§fn clone(&self) -> retro_core_option_display
fn clone(&self) -> retro_core_option_display
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_option_display
impl Debug for retro_core_option_display
impl Copy for retro_core_option_display
Auto Trait Implementations§
impl Freeze for retro_core_option_display
impl RefUnwindSafe for retro_core_option_display
impl !Send for retro_core_option_display
impl !Sync for retro_core_option_display
impl Unpin for retro_core_option_display
impl UnwindSafe for retro_core_option_display
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