pub struct PlaneDetectionStateEXT(/* private fields */);
Expand description
Implementations§
Source§impl PlaneDetectionStateEXT
impl PlaneDetectionStateEXT
pub const NONE: PlaneDetectionStateEXT
pub const PENDING: PlaneDetectionStateEXT
pub const DONE: PlaneDetectionStateEXT
pub const ERROR: PlaneDetectionStateEXT
pub const FATAL: PlaneDetectionStateEXT
pub fn from_raw(x: i32) -> PlaneDetectionStateEXT
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for PlaneDetectionStateEXT
impl Clone for PlaneDetectionStateEXT
Source§fn clone(&self) -> PlaneDetectionStateEXT
fn clone(&self) -> PlaneDetectionStateEXT
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 PlaneDetectionStateEXT
impl Debug for PlaneDetectionStateEXT
Source§impl PartialEq for PlaneDetectionStateEXT
impl PartialEq for PlaneDetectionStateEXT
impl Copy for PlaneDetectionStateEXT
impl Eq for PlaneDetectionStateEXT
impl StructuralPartialEq for PlaneDetectionStateEXT
Auto Trait Implementations§
impl Freeze for PlaneDetectionStateEXT
impl RefUnwindSafe for PlaneDetectionStateEXT
impl Send for PlaneDetectionStateEXT
impl Sync for PlaneDetectionStateEXT
impl Unpin for PlaneDetectionStateEXT
impl UnwindSafe for PlaneDetectionStateEXT
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