pub struct LodestoneTracker {
pub target: Option<GlobalPos>,
pub tracked: bool,
}Fields§
§target: Option<GlobalPos>§tracked: boolTrait Implementations§
Source§impl AzaleaRead for LodestoneTracker
impl AzaleaRead for LodestoneTracker
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for LodestoneTracker
impl AzaleaWrite for LodestoneTracker
Source§impl Clone for LodestoneTracker
impl Clone for LodestoneTracker
Source§fn clone(&self) -> LodestoneTracker
fn clone(&self) -> LodestoneTracker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl DataComponentTrait for LodestoneTracker
impl DataComponentTrait for LodestoneTracker
const KIND: DataComponentKind = DataComponentKind::LodestoneTracker
Source§impl Debug for LodestoneTracker
impl Debug for LodestoneTracker
Source§impl From<LodestoneTracker> for DataComponentUnion
impl From<LodestoneTracker> for DataComponentUnion
Source§fn from(value: LodestoneTracker) -> Self
fn from(value: LodestoneTracker) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LodestoneTracker
impl PartialEq for LodestoneTracker
Source§impl Serialize for LodestoneTracker
impl Serialize for LodestoneTracker
impl StructuralPartialEq for LodestoneTracker
Auto Trait Implementations§
impl Freeze for LodestoneTracker
impl RefUnwindSafe for LodestoneTracker
impl Send for LodestoneTracker
impl Sync for LodestoneTracker
impl Unpin for LodestoneTracker
impl UnwindSafe for LodestoneTracker
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