#[repr(transparent)]pub struct DirectXPrimitiveTopology(pub i32);
Expand description
Required features: "Graphics_DirectX"
Tuple Fields
0: i32
Implementations
impl DirectXPrimitiveTopology
impl DirectXPrimitiveTopology
pub const Undefined: Self = Self(0i32)
pub const PointList: Self = Self(1i32)
pub const LineList: Self = Self(2i32)
pub const LineStrip: Self = Self(3i32)
pub const TriangleList: Self = Self(4i32)
pub const TriangleStrip: Self = Self(5i32)
Trait Implementations
impl Clone for DirectXPrimitiveTopology
impl Clone for DirectXPrimitiveTopology
impl Copy for DirectXPrimitiveTopology
Auto Trait Implementations
impl RefUnwindSafe for DirectXPrimitiveTopology
impl Send for DirectXPrimitiveTopology
impl Sync for DirectXPrimitiveTopology
impl Unpin for DirectXPrimitiveTopology
impl UnwindSafe for DirectXPrimitiveTopology
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more