pub struct IgnoreMouseEventsOptions { /* private fields */ }Implementations§
Source§impl IgnoreMouseEventsOptions
impl IgnoreMouseEventsOptions
pub fn new_with_values(forward: Option<bool>) -> IgnoreMouseEventsOptions
pub fn new() -> IgnoreMouseEventsOptions
pub fn forward(self) -> Option<bool>
pub fn set_forward(self, value: Option<bool>)
Trait Implementations§
Source§impl Clone for IgnoreMouseEventsOptions
impl Clone for IgnoreMouseEventsOptions
Source§fn clone(&self) -> IgnoreMouseEventsOptions
fn clone(&self) -> IgnoreMouseEventsOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IgnoreMouseEventsOptions
impl Debug for IgnoreMouseEventsOptions
Source§impl Default for IgnoreMouseEventsOptions
impl Default for IgnoreMouseEventsOptions
Source§fn default() -> IgnoreMouseEventsOptions
fn default() -> IgnoreMouseEventsOptions
Returns the “default value” for a type. Read more
Source§impl From<IgnoreMouseEventsOptions> for JsValue
impl From<IgnoreMouseEventsOptions> for JsValue
Source§fn from(value: IgnoreMouseEventsOptions) -> Self
fn from(value: IgnoreMouseEventsOptions) -> Self
Converts to this type from the input type.
Source§impl LongRefFromWasmAbi for IgnoreMouseEventsOptions
impl LongRefFromWasmAbi for IgnoreMouseEventsOptions
Source§type Abi = WasmPtr<WasmRefCell<IgnoreMouseEventsOptions>>
type Abi = WasmPtr<WasmRefCell<IgnoreMouseEventsOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<IgnoreMouseEventsOptions>
type Anchor = RcRef<IgnoreMouseEventsOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl PartialEq for IgnoreMouseEventsOptions
impl PartialEq for IgnoreMouseEventsOptions
Source§fn eq(&self, other: &IgnoreMouseEventsOptions) -> bool
fn eq(&self, other: &IgnoreMouseEventsOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefFromWasmAbi for IgnoreMouseEventsOptions
impl RefFromWasmAbi for IgnoreMouseEventsOptions
Source§type Abi = WasmPtr<WasmRefCell<IgnoreMouseEventsOptions>>
type Abi = WasmPtr<WasmRefCell<IgnoreMouseEventsOptions>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<IgnoreMouseEventsOptions>
type Anchor = RcRef<IgnoreMouseEventsOptions>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for IgnoreMouseEventsOptions
impl RefMutFromWasmAbi for IgnoreMouseEventsOptions
Source§type Abi = WasmPtr<WasmRefCell<IgnoreMouseEventsOptions>>
type Abi = WasmPtr<WasmRefCell<IgnoreMouseEventsOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<IgnoreMouseEventsOptions>
type Anchor = RcRefMut<IgnoreMouseEventsOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl StructuralPartialEq for IgnoreMouseEventsOptions
impl SupportsConstructor for IgnoreMouseEventsOptions
impl SupportsInstanceProperty for IgnoreMouseEventsOptions
impl SupportsStaticProperty for IgnoreMouseEventsOptions
Source§impl VectorFromWasmAbi for IgnoreMouseEventsOptions
impl VectorFromWasmAbi for IgnoreMouseEventsOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[IgnoreMouseEventsOptions]>
Source§impl VectorIntoWasmAbi for IgnoreMouseEventsOptions
impl VectorIntoWasmAbi for IgnoreMouseEventsOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[IgnoreMouseEventsOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for IgnoreMouseEventsOptions
impl WasmDescribeVector for IgnoreMouseEventsOptions
Auto Trait Implementations§
impl Freeze for IgnoreMouseEventsOptions
impl RefUnwindSafe for IgnoreMouseEventsOptions
impl Send for IgnoreMouseEventsOptions
impl Sync for IgnoreMouseEventsOptions
impl Unpin for IgnoreMouseEventsOptions
impl UnsafeUnpin for IgnoreMouseEventsOptions
impl UnwindSafe for IgnoreMouseEventsOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.