pub struct SpatialSnapshotEXT(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for SpatialSnapshotEXT
impl Clone for SpatialSnapshotEXT
Source§fn clone(&self) -> SpatialSnapshotEXT
fn clone(&self) -> SpatialSnapshotEXT
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 SpatialSnapshotEXT
impl Debug for SpatialSnapshotEXT
Source§impl Default for SpatialSnapshotEXT
impl Default for SpatialSnapshotEXT
Source§impl Handle for SpatialSnapshotEXT
impl Handle for SpatialSnapshotEXT
Source§impl Hash for SpatialSnapshotEXT
impl Hash for SpatialSnapshotEXT
Source§impl PartialEq for SpatialSnapshotEXT
impl PartialEq for SpatialSnapshotEXT
impl Copy for SpatialSnapshotEXT
impl Eq for SpatialSnapshotEXT
impl StructuralPartialEq for SpatialSnapshotEXT
Auto Trait Implementations§
impl Freeze for SpatialSnapshotEXT
impl RefUnwindSafe for SpatialSnapshotEXT
impl Send for SpatialSnapshotEXT
impl Sync for SpatialSnapshotEXT
impl Unpin for SpatialSnapshotEXT
impl UnwindSafe for SpatialSnapshotEXT
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