pub struct Tag {
pub from_tag: u16,
pub to_tag: u16,
pub loop_animation_direction: LoopAnimationDirection,
pub tag_color: RGB256,
pub tag_name: String,
}Fields§
§from_tag: u16§to_tag: u16§loop_animation_direction: LoopAnimationDirection§tag_color: RGB256§tag_name: StringAuto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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