pub struct BaseColor {
pub color: DyeColor,
}Fields§
§color: DyeColorTrait Implementations§
Source§impl AzaleaRead for BaseColor
impl AzaleaRead for BaseColor
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for BaseColor
impl AzaleaWrite for BaseColor
Source§impl DataComponentTrait for BaseColor
impl DataComponentTrait for BaseColor
const KIND: DataComponentKind = DataComponentKind::BaseColor
Source§impl From<BaseColor> for DataComponentUnion
impl From<BaseColor> for DataComponentUnion
impl StructuralPartialEq for BaseColor
Auto Trait Implementations§
impl Freeze for BaseColor
impl RefUnwindSafe for BaseColor
impl Send for BaseColor
impl Sync for BaseColor
impl Unpin for BaseColor
impl UnwindSafe for BaseColor
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