Struct naia_shared::Property
source · [−]Expand description
A Property of an Component/Message, that contains data which must be tracked for updates
Implementations
Create a new Property
Given a cursor into incoming packet data, initializes the Property with the synced value
Given a cursor into incoming packet data, updates the Property with the synced value, but only if data is newer than the last data received
Gets a mutable reference to the value contained by the Property, queue to update
Set an PropertyMutator to track changes to the Property
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Property<T>
impl<T> !UnwindSafe for Property<T>
Blanket Implementations
Mutably borrows from an owned value. Read more