pub enum WcWidth {
Width0 = 0,
Width1 = 1,
Width2 = 2,
}
Variants§
Trait Implementations§
Source§impl FromWasmAbi for WcWidth
impl FromWasmAbi for WcWidth
Source§impl IntoWasmAbi for WcWidth
impl IntoWasmAbi for WcWidth
Source§impl OptionFromWasmAbi for WcWidth
impl OptionFromWasmAbi for WcWidth
Source§impl OptionIntoWasmAbi for WcWidth
impl OptionIntoWasmAbi for WcWidth
Source§impl TryFromJsValue for WcWidth
impl TryFromJsValue for WcWidth
Source§impl VectorFromWasmAbi for WcWidth
impl VectorFromWasmAbi for WcWidth
Source§impl VectorIntoWasmAbi for WcWidth
impl VectorIntoWasmAbi for WcWidth
Auto Trait Implementations§
impl Freeze for WcWidth
impl RefUnwindSafe for WcWidth
impl Send for WcWidth
impl Sync for WcWidth
impl Unpin for WcWidth
impl UnwindSafe for WcWidth
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,
Source§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
.