pub struct MeshIndex(/* private fields */);Trait Implementations§
Source§impl<'de> Deserialize<'de> for MeshIndex
impl<'de> Deserialize<'de> for MeshIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&MeshIndex> for ShortIndex
impl From<&MeshIndex> for ShortIndex
Source§fn from(value: &MeshIndex) -> ShortIndex
fn from(value: &MeshIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<MeshIndex> for ShortIndex
impl From<MeshIndex> for ShortIndex
Source§fn from(value: MeshIndex) -> ShortIndex
fn from(value: MeshIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl Index<MeshIndex> for ObjectData
impl Index<MeshIndex> for ObjectData
Source§impl IndexMut<MeshIndex> for ObjectData
impl IndexMut<MeshIndex> for ObjectData
impl Copy for MeshIndex
impl Eq for MeshIndex
impl StructuralPartialEq for MeshIndex
Auto Trait Implementations§
impl Freeze for MeshIndex
impl RefUnwindSafe for MeshIndex
impl Send for MeshIndex
impl Sync for MeshIndex
impl Unpin for MeshIndex
impl UnwindSafe for MeshIndex
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