Struct NumberWindow
Source pub struct NumberWindow<'a>();
Expand description
Limited-lifetime foreign type. See module documentation.
Deref and DerefMut towards Window (but destroying it as such might leak memory).
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.