pub struct SpatialGraphNodeTypeMSFT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for SpatialGraphNodeTypeMSFT
impl Clone for SpatialGraphNodeTypeMSFT
Source§fn clone(&self) -> SpatialGraphNodeTypeMSFT
fn clone(&self) -> SpatialGraphNodeTypeMSFT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpatialGraphNodeTypeMSFT
Source§impl Debug for SpatialGraphNodeTypeMSFT
impl Debug for SpatialGraphNodeTypeMSFT
impl Eq for SpatialGraphNodeTypeMSFT
Source§impl PartialEq for SpatialGraphNodeTypeMSFT
impl PartialEq for SpatialGraphNodeTypeMSFT
Source§fn eq(&self, other: &SpatialGraphNodeTypeMSFT) -> bool
fn eq(&self, other: &SpatialGraphNodeTypeMSFT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpatialGraphNodeTypeMSFT
Auto Trait Implementations§
impl Freeze for SpatialGraphNodeTypeMSFT
impl RefUnwindSafe for SpatialGraphNodeTypeMSFT
impl Send for SpatialGraphNodeTypeMSFT
impl Sync for SpatialGraphNodeTypeMSFT
impl Unpin for SpatialGraphNodeTypeMSFT
impl UnsafeUnpin for SpatialGraphNodeTypeMSFT
impl UnwindSafe for SpatialGraphNodeTypeMSFT
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