pub struct BitmapMut<'a> { }
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U 实现选择执行的操作。
🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.