Struct leptos_dom::ev::deviceorientation
source · pub struct deviceorientation;
Expand description
The deviceorientation
event, which receives DeviceOrientationEvent as its argument.
Trait Implementations§
source§impl Clone for deviceorientation
impl Clone for deviceorientation
source§fn clone(&self) -> deviceorientation
fn clone(&self) -> deviceorientation
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 deviceorientation
impl EventDescriptor for deviceorientation
§type EventType = DeviceOrientationEvent
type EventType = DeviceOrientationEvent
The
web_sys
event type, such as web_sys::MouseEvent
.source§fn event_delegation_key(&self) -> Cow<'static, str>
fn event_delegation_key(&self) -> Cow<'static, str>
The key used for event delegation.
impl Copy for deviceorientation
Auto Trait Implementations§
impl RefUnwindSafe for deviceorientation
impl Send for deviceorientation
impl Sync for deviceorientation
impl Unpin for deviceorientation
impl UnwindSafe for deviceorientation
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