pub struct SpatialPersistenceScopeEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialPersistenceScopeEXT
impl SpatialPersistenceScopeEXT
Sourcepub const SYSTEM_MANAGED: SpatialPersistenceScopeEXT
pub const SYSTEM_MANAGED: SpatialPersistenceScopeEXT
Provides the application with read-only access (i.e. application cannot modify the store associated with this scope) to spatial entities persisted and managed by the system. The application can: use the UUID in the persistence component for this scope to correlate entities across spatial contexts and device reboots.
Sourcepub const LOCAL_ANCHORS: SpatialPersistenceScopeEXT
pub const LOCAL_ANCHORS: SpatialPersistenceScopeEXT
Persistence operations and data access is limited to spatial anchors, on the same device, for the same user and same app
pub fn from_raw(x: i32) -> SpatialPersistenceScopeEXT
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialPersistenceScopeEXT
impl Clone for SpatialPersistenceScopeEXT
Source§fn clone(&self) -> SpatialPersistenceScopeEXT
fn clone(&self) -> SpatialPersistenceScopeEXT
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 SpatialPersistenceScopeEXT
impl Debug for SpatialPersistenceScopeEXT
impl Copy for SpatialPersistenceScopeEXT
impl Eq for SpatialPersistenceScopeEXT
impl StructuralPartialEq for SpatialPersistenceScopeEXT
Auto Trait Implementations§
impl Freeze for SpatialPersistenceScopeEXT
impl RefUnwindSafe for SpatialPersistenceScopeEXT
impl Send for SpatialPersistenceScopeEXT
impl Sync for SpatialPersistenceScopeEXT
impl Unpin for SpatialPersistenceScopeEXT
impl UnwindSafe for SpatialPersistenceScopeEXT
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