Struct nalgebra::base::uninit::Uninit [−][src]
pub struct Uninit;
Expand description
A type implementing InitStatus
indicating that the value is completely unitialized.
Trait Implementations
type Value = MaybeUninit<T>
type Value = MaybeUninit<T>
The type of the values with the initialization status described by Self
.
Initialize the given element.
Retrieve a reference to the element, assuming that it is initialized. Read more
Retrieve a mutable reference to the element, assuming that it is initialized. Read more
Auto Trait Implementations
impl RefUnwindSafe for Uninit
impl UnwindSafe for Uninit
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.