#[repr(C)]pub struct EmscriptenFocusEvent {
pub nodeName: [c_char; 128],
pub id: [c_char; 128],
}
Fields§
§nodeName: [c_char; 128]
§id: [c_char; 128]
Trait Implementations§
Source§impl Clone for EmscriptenFocusEvent
impl Clone for EmscriptenFocusEvent
Source§fn clone(&self) -> EmscriptenFocusEvent
fn clone(&self) -> EmscriptenFocusEvent
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 moreSource§impl Debug for EmscriptenFocusEvent
impl Debug for EmscriptenFocusEvent
impl Copy for EmscriptenFocusEvent
Auto Trait Implementations§
impl Freeze for EmscriptenFocusEvent
impl RefUnwindSafe for EmscriptenFocusEvent
impl Send for EmscriptenFocusEvent
impl Sync for EmscriptenFocusEvent
impl Unpin for EmscriptenFocusEvent
impl UnwindSafe for EmscriptenFocusEvent
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