[−][src]Struct sdl2_sys::_bindgen_ty_8
Fields
ext_data: *mut XExtDataprivate1: *mut _XPrivatefd: c_intprivate2: c_intproto_major_version: c_intproto_minor_version: c_intvendor: *mut c_charprivate3: XIDprivate4: XIDprivate5: XIDprivate6: c_intresource_alloc: Option<unsafe extern "C" fn(arg1: *mut _XDisplay) -> XID>byte_order: c_intbitmap_unit: c_intbitmap_pad: c_intbitmap_bit_order: c_intnformats: c_intpixmap_format: *mut ScreenFormatprivate8: c_intrelease: c_intprivate9: *mut _XPrivateprivate10: *mut _XPrivateqlen: c_intlast_request_read: c_ulongrequest: c_ulongprivate11: XPointerprivate12: XPointerprivate13: XPointerprivate14: XPointermax_request_size: c_uintdb: *mut _XrmHashBucketRecprivate15: Option<unsafe extern "C" fn(arg1: *mut _XDisplay) -> c_int>display_name: *mut c_chardefault_screen: c_intnscreens: c_intscreens: *mut Screenmotion_buffer: c_ulongprivate16: c_ulongmin_keycode: c_intmax_keycode: c_intprivate17: XPointerprivate18: XPointerprivate19: c_intxdefaults: *mut c_charTrait Implementations
impl Clone for _bindgen_ty_8[src]
fn clone(&self) -> _bindgen_ty_8[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _bindgen_ty_8[src]
Auto Trait Implementations
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, 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>,