[−][src]Struct sapp_linux::_sapp_state
Fields
valid: boolwindow_width: c_intwindow_height: c_intframebuffer_width: c_intframebuffer_height: c_intsample_count: c_intswap_interval: c_intdpi_scale: c_floatgles2_fallback: boolfirst_frame: boolinit_called: boolcleanup_called: boolquit_requested: boolquit_ordered: boolhtml5_canvas_name: *const c_charhtml5_ask_leave_site: boolwindow_title: [c_char; 128]window_title_wide: [i32; 128]frame_count: u64mouse_x: c_floatmouse_y: c_floatwin32_mouse_tracked: boolonscreen_keyboard_shown: boolevent: sapp_eventdesc: sapp_desckeycodes: [sapp_keycode; 512]Trait Implementations
impl Clone for _sapp_state[src]
fn clone(&self) -> _sapp_state[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _sapp_state[src]
Auto Trait Implementations
impl RefUnwindSafe for _sapp_state
impl !Send for _sapp_state
impl !Sync for _sapp_state
impl Unpin for _sapp_state
impl UnwindSafe for _sapp_state
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,