Struct glory_core::web::events::pointerlockchange
source · pub struct pointerlockchange;Expand description
The pointerlockchange event, which receives Event as its argument.
Trait Implementations§
source§impl Clone for pointerlockchange
impl Clone for pointerlockchange
source§fn clone(&self) -> pointerlockchange
fn clone(&self) -> pointerlockchange
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 EventDescriptor for pointerlockchange
impl EventDescriptor for pointerlockchange
impl Copy for pointerlockchange
Auto Trait Implementations§
impl RefUnwindSafe for pointerlockchange
impl Send for pointerlockchange
impl Sync for pointerlockchange
impl Unpin for pointerlockchange
impl UnwindSafe for pointerlockchange
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