pub struct Hwb {
pub h: f32,
pub w: f32,
pub b: f32,
pub a: f32,
}
Fields§
§h: f32
§w: f32
§b: f32
§a: f32
Trait Implementations§
Source§impl FromWasmAbi for Hwb
impl FromWasmAbi for Hwb
Source§impl IntoWasmAbi for Hwb
impl IntoWasmAbi for Hwb
Source§impl LongRefFromWasmAbi for Hwb
impl LongRefFromWasmAbi for Hwb
Source§impl OptionFromWasmAbi for Hwb
impl OptionFromWasmAbi for Hwb
Source§impl OptionIntoWasmAbi for Hwb
impl OptionIntoWasmAbi for Hwb
Source§impl RefFromWasmAbi for Hwb
impl RefFromWasmAbi for Hwb
Source§impl RefMutFromWasmAbi for Hwb
impl RefMutFromWasmAbi for Hwb
Source§impl TryFromJsValue for Hwb
impl TryFromJsValue for Hwb
Source§impl VectorFromWasmAbi for Hwb
impl VectorFromWasmAbi for Hwb
Source§impl VectorIntoWasmAbi for Hwb
impl VectorIntoWasmAbi for Hwb
impl StructuralPartialEq for Hwb
impl SupportsConstructor for Hwb
impl SupportsInstanceProperty for Hwb
impl SupportsStaticProperty for Hwb
Auto Trait Implementations§
impl Freeze for Hwb
impl RefUnwindSafe for Hwb
impl Send for Hwb
impl Sync for Hwb
impl Unpin for Hwb
impl UnwindSafe for Hwb
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
.