#[repr(u32)]pub enum GeometryKind {
Hull = 0,
Mesh = 1,
HeightField = 2,
Compound = 3,
}Expand description
Geometry kinds for the trailing registry section. (b3GeometryKind)
Variants§
Trait Implementations§
Source§impl Clone for GeometryKind
impl Clone for GeometryKind
Source§fn clone(&self) -> GeometryKind
fn clone(&self) -> GeometryKind
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 GeometryKind
Source§impl Debug for GeometryKind
impl Debug for GeometryKind
impl Eq for GeometryKind
Source§impl PartialEq for GeometryKind
impl PartialEq for GeometryKind
impl StructuralPartialEq for GeometryKind
Auto Trait Implementations§
impl Freeze for GeometryKind
impl RefUnwindSafe for GeometryKind
impl Send for GeometryKind
impl Sync for GeometryKind
impl Unpin for GeometryKind
impl UnsafeUnpin for GeometryKind
impl UnwindSafe for GeometryKind
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