pub struct PlaneDetectorFlagsEXT(/* private fields */);
Expand description
Implementations§
Source§impl PlaneDetectorFlagsEXT
impl PlaneDetectorFlagsEXT
Sourcepub const ENABLE_CONTOUR: PlaneDetectorFlagsEXT
pub const ENABLE_CONTOUR: PlaneDetectorFlagsEXT
populate the plane contour information
Source§impl PlaneDetectorFlagsEXT
impl PlaneDetectorFlagsEXT
pub const EMPTY: PlaneDetectorFlagsEXT
pub fn from_raw(x: u64) -> PlaneDetectorFlagsEXT
pub fn into_raw(self) -> u64
pub fn is_empty(self) -> bool
pub fn intersects(self, other: PlaneDetectorFlagsEXT) -> bool
Sourcepub fn contains(self, other: PlaneDetectorFlagsEXT) -> bool
pub fn contains(self, other: PlaneDetectorFlagsEXT) -> bool
Returns whether other
is a subset of self
Trait Implementations§
Source§impl BitAnd for PlaneDetectorFlagsEXT
impl BitAnd for PlaneDetectorFlagsEXT
Source§type Output = PlaneDetectorFlagsEXT
type Output = PlaneDetectorFlagsEXT
The resulting type after applying the
&
operator.Source§fn bitand(self, rhs: PlaneDetectorFlagsEXT) -> PlaneDetectorFlagsEXT
fn bitand(self, rhs: PlaneDetectorFlagsEXT) -> PlaneDetectorFlagsEXT
Performs the
&
operation. Read moreSource§impl BitAndAssign for PlaneDetectorFlagsEXT
impl BitAndAssign for PlaneDetectorFlagsEXT
Source§fn bitand_assign(&mut self, rhs: PlaneDetectorFlagsEXT)
fn bitand_assign(&mut self, rhs: PlaneDetectorFlagsEXT)
Performs the
&=
operation. Read moreSource§impl BitOr for PlaneDetectorFlagsEXT
impl BitOr for PlaneDetectorFlagsEXT
Source§type Output = PlaneDetectorFlagsEXT
type Output = PlaneDetectorFlagsEXT
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: PlaneDetectorFlagsEXT) -> PlaneDetectorFlagsEXT
fn bitor(self, rhs: PlaneDetectorFlagsEXT) -> PlaneDetectorFlagsEXT
Performs the
|
operation. Read moreSource§impl BitOrAssign for PlaneDetectorFlagsEXT
impl BitOrAssign for PlaneDetectorFlagsEXT
Source§fn bitor_assign(&mut self, rhs: PlaneDetectorFlagsEXT)
fn bitor_assign(&mut self, rhs: PlaneDetectorFlagsEXT)
Performs the
|=
operation. Read moreSource§impl BitXor for PlaneDetectorFlagsEXT
impl BitXor for PlaneDetectorFlagsEXT
Source§type Output = PlaneDetectorFlagsEXT
type Output = PlaneDetectorFlagsEXT
The resulting type after applying the
^
operator.Source§fn bitxor(self, rhs: PlaneDetectorFlagsEXT) -> PlaneDetectorFlagsEXT
fn bitxor(self, rhs: PlaneDetectorFlagsEXT) -> PlaneDetectorFlagsEXT
Performs the
^
operation. Read moreSource§impl BitXorAssign for PlaneDetectorFlagsEXT
impl BitXorAssign for PlaneDetectorFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: PlaneDetectorFlagsEXT)
fn bitxor_assign(&mut self, rhs: PlaneDetectorFlagsEXT)
Performs the
^=
operation. Read moreSource§impl Clone for PlaneDetectorFlagsEXT
impl Clone for PlaneDetectorFlagsEXT
Source§fn clone(&self) -> PlaneDetectorFlagsEXT
fn clone(&self) -> PlaneDetectorFlagsEXT
Returns a copy 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 PlaneDetectorFlagsEXT
impl Debug for PlaneDetectorFlagsEXT
Source§impl Default for PlaneDetectorFlagsEXT
impl Default for PlaneDetectorFlagsEXT
Source§fn default() -> PlaneDetectorFlagsEXT
fn default() -> PlaneDetectorFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Not for PlaneDetectorFlagsEXT
impl Not for PlaneDetectorFlagsEXT
Source§type Output = PlaneDetectorFlagsEXT
type Output = PlaneDetectorFlagsEXT
The resulting type after applying the
!
operator.Source§fn not(self) -> PlaneDetectorFlagsEXT
fn not(self) -> PlaneDetectorFlagsEXT
Performs the unary
!
operation. Read moreSource§impl PartialEq for PlaneDetectorFlagsEXT
impl PartialEq for PlaneDetectorFlagsEXT
impl Copy for PlaneDetectorFlagsEXT
impl Eq for PlaneDetectorFlagsEXT
impl StructuralPartialEq for PlaneDetectorFlagsEXT
Auto Trait Implementations§
impl Freeze for PlaneDetectorFlagsEXT
impl RefUnwindSafe for PlaneDetectorFlagsEXT
impl Send for PlaneDetectorFlagsEXT
impl Sync for PlaneDetectorFlagsEXT
impl Unpin for PlaneDetectorFlagsEXT
impl UnwindSafe for PlaneDetectorFlagsEXT
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