Enum web_sys::ScrollLogicalPosition
source · pub enum ScrollLogicalPosition {
Start = 0,
Center = 1,
End = 2,
Nearest = 3,
// some variants omitted
}
Expand description
The ScrollLogicalPosition
enum.
This API requires the following crate features to be activated: ScrollLogicalPosition
Variants§
Implementations§
source§impl ScrollLogicalPosition
impl ScrollLogicalPosition
pub fn from_js_value(obj: &JsValue) -> Option<ScrollLogicalPosition>
Trait Implementations§
source§impl Clone for ScrollLogicalPosition
impl Clone for ScrollLogicalPosition
source§fn clone(&self) -> ScrollLogicalPosition
fn clone(&self) -> ScrollLogicalPosition
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 ScrollLogicalPosition
impl Debug for ScrollLogicalPosition
source§impl From<ScrollLogicalPosition> for JsValue
impl From<ScrollLogicalPosition> for JsValue
source§fn from(obj: ScrollLogicalPosition) -> JsValue
fn from(obj: ScrollLogicalPosition) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for ScrollLogicalPosition
impl FromWasmAbi for ScrollLogicalPosition
source§impl IntoWasmAbi for ScrollLogicalPosition
impl IntoWasmAbi for ScrollLogicalPosition
source§impl PartialEq<ScrollLogicalPosition> for ScrollLogicalPosition
impl PartialEq<ScrollLogicalPosition> for ScrollLogicalPosition
source§fn eq(&self, other: &ScrollLogicalPosition) -> bool
fn eq(&self, other: &ScrollLogicalPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ScrollLogicalPosition
impl Eq for ScrollLogicalPosition
impl StructuralEq for ScrollLogicalPosition
impl StructuralPartialEq for ScrollLogicalPosition
Auto Trait Implementations§
impl RefUnwindSafe for ScrollLogicalPosition
impl Send for ScrollLogicalPosition
impl Sync for ScrollLogicalPosition
impl Unpin for ScrollLogicalPosition
impl UnwindSafe for ScrollLogicalPosition
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§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
.