Enum aframe::component::DistancePlane [−][src]
pub enum DistancePlane {
Infinity {},
Distance {
distance: f32,
},
}Variants
Fields of Infinity
Fields of Distance
distance: f32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DistancePlane
impl Send for DistancePlane
impl Sync for DistancePlane
impl Unpin for DistancePlane
impl UnwindSafe for DistancePlane
Blanket Implementations
Mutably borrows from an owned value. Read more