pub struct SpatialPersistenceStateEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialPersistenceStateEXT
impl SpatialPersistenceStateEXT
Sourcepub const LOADED: SpatialPersistenceStateEXT
pub const LOADED: SpatialPersistenceStateEXT
The persisted UUID has been successfully loaded from the storage.
Sourcepub const NOT_FOUND: SpatialPersistenceStateEXT
pub const NOT_FOUND: SpatialPersistenceStateEXT
The persisted UUID was not found in the storage and was either removed from it or never was in it.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialPersistenceStateEXT
impl Clone for SpatialPersistenceStateEXT
Source§fn clone(&self) -> SpatialPersistenceStateEXT
fn clone(&self) -> SpatialPersistenceStateEXT
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 SpatialPersistenceStateEXT
impl Debug for SpatialPersistenceStateEXT
impl Copy for SpatialPersistenceStateEXT
impl Eq for SpatialPersistenceStateEXT
impl StructuralPartialEq for SpatialPersistenceStateEXT
Auto Trait Implementations§
impl Freeze for SpatialPersistenceStateEXT
impl RefUnwindSafe for SpatialPersistenceStateEXT
impl Send for SpatialPersistenceStateEXT
impl Sync for SpatialPersistenceStateEXT
impl Unpin for SpatialPersistenceStateEXT
impl UnwindSafe for SpatialPersistenceStateEXT
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