#[repr(C)]pub struct _sapp_x11_codepair {
pub keysym: u16,
pub ucs: u16,
}
Fields§
§keysym: u16
§ucs: u16
Trait Implementations§
Source§impl Clone for _sapp_x11_codepair
impl Clone for _sapp_x11_codepair
Source§fn clone(&self) -> _sapp_x11_codepair
fn clone(&self) -> _sapp_x11_codepair
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 moreimpl Copy for _sapp_x11_codepair
Auto Trait Implementations§
impl Freeze for _sapp_x11_codepair
impl RefUnwindSafe for _sapp_x11_codepair
impl Send for _sapp_x11_codepair
impl Sync for _sapp_x11_codepair
impl Unpin for _sapp_x11_codepair
impl UnwindSafe for _sapp_x11_codepair
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