pub struct LogoColor {
pub r: u8,
pub g: u8,
pub b: u8,
}Fields§
§r: u8§g: u8§b: u8Trait Implementations§
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§impl RefMutFromWasmAbi for LogoColor
impl RefMutFromWasmAbi 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
impl Copy for LogoColor
impl StructuralPartialEq for LogoColor
impl SupportsConstructor for LogoColor
impl SupportsInstanceProperty for LogoColor
impl SupportsStaticProperty 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 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
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.