pub struct MeshId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy for MeshId
impl Eq for MeshId
impl StructuralPartialEq for MeshId
Auto Trait Implementations§
impl Freeze for MeshId
impl RefUnwindSafe for MeshId
impl Send for MeshId
impl Sync for MeshId
impl Unpin for MeshId
impl UnsafeUnpin for MeshId
impl UnwindSafe for MeshId
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