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