Struct naia_shared::PropertyMutator
source · pub struct PropertyMutator { /* private fields */ }Implementations§
source§impl PropertyMutator
impl PropertyMutator
pub fn new<M: PropertyMutate>(mutator: M) -> Self
pub fn clone_new(&self) -> Self
Trait Implementations§
source§impl Clone for PropertyMutator
impl Clone for PropertyMutator
source§fn clone(&self) -> PropertyMutator
fn clone(&self) -> PropertyMutator
Returns a copy 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 more