pub struct SpatialBufferIdEXT(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SpatialBufferIdEXT
impl Clone for SpatialBufferIdEXT
Source§fn clone(&self) -> SpatialBufferIdEXT
fn clone(&self) -> SpatialBufferIdEXT
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 SpatialBufferIdEXT
impl Debug for SpatialBufferIdEXT
Source§impl Default for SpatialBufferIdEXT
impl Default for SpatialBufferIdEXT
Source§fn default() -> SpatialBufferIdEXT
fn default() -> SpatialBufferIdEXT
Returns the “default value” for a type. Read more
Source§impl Hash for SpatialBufferIdEXT
impl Hash for SpatialBufferIdEXT
Source§impl Ord for SpatialBufferIdEXT
impl Ord for SpatialBufferIdEXT
Source§fn cmp(&self, other: &SpatialBufferIdEXT) -> Ordering
fn cmp(&self, other: &SpatialBufferIdEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpatialBufferIdEXT
impl PartialEq for SpatialBufferIdEXT
Source§impl PartialOrd for SpatialBufferIdEXT
impl PartialOrd for SpatialBufferIdEXT
impl Copy for SpatialBufferIdEXT
impl Eq for SpatialBufferIdEXT
impl StructuralPartialEq for SpatialBufferIdEXT
Auto Trait Implementations§
impl Freeze for SpatialBufferIdEXT
impl RefUnwindSafe for SpatialBufferIdEXT
impl Send for SpatialBufferIdEXT
impl Sync for SpatialBufferIdEXT
impl Unpin for SpatialBufferIdEXT
impl UnwindSafe for SpatialBufferIdEXT
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