pub struct LogoColor {
pub r: u8,
pub g: u8,
pub b: u8,
}Fields§
§r: u8§g: u8§b: u8Trait Implementations§
impl Copy for LogoColor
Source§impl FromWasmAbi for LogoColor
impl FromWasmAbi for LogoColor
Source§impl IntoWasmAbi for LogoColor
impl IntoWasmAbi for LogoColor
Source§impl LongRefFromWasmAbi for LogoColor
impl LongRefFromWasmAbi for LogoColor
Source§impl OptionFromWasmAbi for LogoColor
impl OptionFromWasmAbi for LogoColor
Source§impl OptionIntoWasmAbi for LogoColor
impl OptionIntoWasmAbi for LogoColor
Source§impl RefFromWasmAbi for LogoColor
impl RefFromWasmAbi for LogoColor
Source§type Abi = WasmPtr<WasmRefCell<LogoColor>>
type Abi = WasmPtr<WasmRefCell<LogoColor>>
The Wasm ABI type references to
Self are recovered from.Source§impl RefMutFromWasmAbi for LogoColor
impl RefMutFromWasmAbi for LogoColor
impl StructuralPartialEq for LogoColor
impl SupportsConstructor for LogoColor
impl SupportsInstanceProperty for LogoColor
impl SupportsStaticProperty for LogoColor
Source§impl TryFromJsValue for LogoColor
impl TryFromJsValue for LogoColor
Source§impl VectorFromWasmAbi for LogoColor
impl VectorFromWasmAbi for LogoColor
Source§impl VectorIntoWasmAbi for LogoColor
impl VectorIntoWasmAbi for LogoColor
Auto Trait Implementations§
impl Freeze for LogoColor
impl RefUnwindSafe for LogoColor
impl Send for LogoColor
impl Sync for LogoColor
impl Unpin for LogoColor
impl UnsafeUnpin for LogoColor
impl UnwindSafe for LogoColor
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
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.