pub struct SpatialPlaneAlignmentEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialPlaneAlignmentEXT
impl SpatialPlaneAlignmentEXT
Sourcepub const HORIZONTAL_UPWARD: SpatialPlaneAlignmentEXT
pub const HORIZONTAL_UPWARD: SpatialPlaneAlignmentEXT
The entity is horizontal and faces upward (e.g. floor).
Sourcepub const HORIZONTAL_DOWNWARD: SpatialPlaneAlignmentEXT
pub const HORIZONTAL_DOWNWARD: SpatialPlaneAlignmentEXT
The entity is horizontal and faces downward (e.g. ceiling).
Sourcepub const VERTICAL: SpatialPlaneAlignmentEXT
pub const VERTICAL: SpatialPlaneAlignmentEXT
The entity is vertical (e.g. wall).
Sourcepub const ARBITRARY: SpatialPlaneAlignmentEXT
pub const ARBITRARY: SpatialPlaneAlignmentEXT
The entity has an arbitrary, non-vertical and non-horizontal orientation.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialPlaneAlignmentEXT
impl Clone for SpatialPlaneAlignmentEXT
Source§fn clone(&self) -> SpatialPlaneAlignmentEXT
fn clone(&self) -> SpatialPlaneAlignmentEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SpatialPlaneAlignmentEXT
impl Debug for SpatialPlaneAlignmentEXT
Source§impl Default for SpatialPlaneAlignmentEXT
impl Default for SpatialPlaneAlignmentEXT
Source§fn default() -> SpatialPlaneAlignmentEXT
fn default() -> SpatialPlaneAlignmentEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpatialPlaneAlignmentEXT
impl PartialEq for SpatialPlaneAlignmentEXT
impl Copy for SpatialPlaneAlignmentEXT
impl Eq for SpatialPlaneAlignmentEXT
impl StructuralPartialEq for SpatialPlaneAlignmentEXT
Auto Trait Implementations§
impl Freeze for SpatialPlaneAlignmentEXT
impl RefUnwindSafe for SpatialPlaneAlignmentEXT
impl Send for SpatialPlaneAlignmentEXT
impl Sync for SpatialPlaneAlignmentEXT
impl Unpin for SpatialPlaneAlignmentEXT
impl UnwindSafe for SpatialPlaneAlignmentEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more