pub struct PhysicsMeshEdge { /* private fields */ }Expand description
DMME — Physics mesh edge (v0, 20 bytes)
Implementations§
Source§impl PhysicsMeshEdge
impl PhysicsMeshEdge
pub fn set_edge_type(&mut self, value: u32)
pub fn set_vertex_a(&mut self, value: u32)
pub fn set_vertex_b(&mut self, value: u32)
pub fn set_face_a(&mut self, value: u32)
pub fn set_face_b(&mut self, value: u32)
Trait Implementations§
Source§impl Debug for PhysicsMeshEdge
impl Debug for PhysicsMeshEdge
Source§impl Default for PhysicsMeshEdge
impl Default for PhysicsMeshEdge
Source§impl Drop for PhysicsMeshEdge
impl Drop for PhysicsMeshEdge
impl Send for PhysicsMeshEdge
Auto Trait Implementations§
impl !Sync for PhysicsMeshEdge
impl Freeze for PhysicsMeshEdge
impl RefUnwindSafe for PhysicsMeshEdge
impl Unpin for PhysicsMeshEdge
impl UnsafeUnpin for PhysicsMeshEdge
impl UnwindSafe for PhysicsMeshEdge
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