#[repr(i32)]pub enum PrimitiveTopologyType {
Undefined = 0,
Point = 1,
Line = 2,
Triangle = 3,
Patch = 4,
}Variants§
Trait Implementations§
Source§impl Clone for PrimitiveTopologyType
impl Clone for PrimitiveTopologyType
Source§fn clone(&self) -> PrimitiveTopologyType
fn clone(&self) -> PrimitiveTopologyType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrimitiveTopologyType
impl Debug for PrimitiveTopologyType
impl Copy for PrimitiveTopologyType
Auto Trait Implementations§
impl Freeze for PrimitiveTopologyType
impl RefUnwindSafe for PrimitiveTopologyType
impl Send for PrimitiveTopologyType
impl Sync for PrimitiveTopologyType
impl Unpin for PrimitiveTopologyType
impl UnwindSafe for PrimitiveTopologyType
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