Struct sdl2_sys::XIMValuesList
source · #[repr(C)]pub struct XIMValuesList {
pub count_values: c_ushort,
pub supported_values: *mut *mut c_char,
}
Fields§
§count_values: c_ushort
§supported_values: *mut *mut c_char
Trait Implementations§
source§impl Clone for XIMValuesList
impl Clone for XIMValuesList
source§fn clone(&self) -> XIMValuesList
fn clone(&self) -> XIMValuesList
Returns a copy 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 XIMValuesList
Auto Trait Implementations§
impl Freeze for XIMValuesList
impl RefUnwindSafe for XIMValuesList
impl !Send for XIMValuesList
impl !Sync for XIMValuesList
impl Unpin for XIMValuesList
impl UnwindSafe for XIMValuesList
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