pub struct SenseDataProviderTypeBD(/* private fields */);Expand description
Implementations§
Source§impl SenseDataProviderTypeBD
impl SenseDataProviderTypeBD
Sourcepub const ANCHOR: SenseDataProviderTypeBD
pub const ANCHOR: SenseDataProviderTypeBD
Create arbitrary spatial anchors.
Sourcepub const SCENE: SenseDataProviderTypeBD
pub const SCENE: SenseDataProviderTypeBD
Access spatial scene capture data.
Sourcepub const MESH: SenseDataProviderTypeBD
pub const MESH: SenseDataProviderTypeBD
Capture spatial mesh data.
Sourcepub const PLANE: SenseDataProviderTypeBD
pub const PLANE: SenseDataProviderTypeBD
Capture spatial plane data.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SenseDataProviderTypeBD
impl Clone for SenseDataProviderTypeBD
Source§fn clone(&self) -> SenseDataProviderTypeBD
fn clone(&self) -> SenseDataProviderTypeBD
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 SenseDataProviderTypeBD
impl Debug for SenseDataProviderTypeBD
Source§impl PartialEq for SenseDataProviderTypeBD
impl PartialEq for SenseDataProviderTypeBD
impl Copy for SenseDataProviderTypeBD
impl Eq for SenseDataProviderTypeBD
impl StructuralPartialEq for SenseDataProviderTypeBD
Auto Trait Implementations§
impl Freeze for SenseDataProviderTypeBD
impl RefUnwindSafe for SenseDataProviderTypeBD
impl Send for SenseDataProviderTypeBD
impl Sync for SenseDataProviderTypeBD
impl Unpin for SenseDataProviderTypeBD
impl UnwindSafe for SenseDataProviderTypeBD
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