pub struct Pos {
pub x: f64,
pub y: f64,
}Fields§
§x: f64§y: f64Trait Implementations§
Source§impl FromWasmAbi for Pos
impl FromWasmAbi for Pos
Source§impl IntoWasmAbi for Pos
impl IntoWasmAbi for Pos
Source§impl LongRefFromWasmAbi for Pos
impl LongRefFromWasmAbi for Pos
Source§impl OptionFromWasmAbi for Pos
impl OptionFromWasmAbi for Pos
Source§impl OptionIntoWasmAbi for Pos
impl OptionIntoWasmAbi for Pos
Source§impl RefFromWasmAbi for Pos
impl RefFromWasmAbi for Pos
Source§impl RefMutFromWasmAbi for Pos
impl RefMutFromWasmAbi for Pos
Source§impl TryFromJsValue for Pos
impl TryFromJsValue for Pos
Source§impl VectorFromWasmAbi for Pos
impl VectorFromWasmAbi for Pos
Source§impl VectorIntoWasmAbi for Pos
impl VectorIntoWasmAbi for Pos
impl Copy for Pos
impl StructuralPartialEq for Pos
impl SupportsConstructor for Pos
impl SupportsInstanceProperty for Pos
impl SupportsStaticProperty for Pos
Auto Trait Implementations§
impl Freeze for Pos
impl RefUnwindSafe for Pos
impl Send for Pos
impl Sync for Pos
impl Unpin for Pos
impl UnwindSafe for Pos
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.