Method lrs::share::CopyCell::set

Modifies the contained data.

Syntax

impl<T> CopyCell<T>
    where T: Copy,
{
    fn set(&self, data: T) -> ()
}

Arguments

NameDescription
data

The new value.