[−][src]Struct ash::vk::PrimitiveTopology
Methods
impl PrimitiveTopology
[src]
impl PrimitiveTopology
[src]
pub const POINT_LIST: Self
[src]
pub const LINE_LIST: Self
[src]
pub const LINE_STRIP: Self
[src]
pub const TRIANGLE_LIST: Self
[src]
pub const TRIANGLE_STRIP: Self
[src]
pub const TRIANGLE_FAN: Self
[src]
pub const LINE_LIST_WITH_ADJACENCY: Self
[src]
pub const LINE_STRIP_WITH_ADJACENCY: Self
[src]
pub const TRIANGLE_LIST_WITH_ADJACENCY: Self
[src]
pub const TRIANGLE_STRIP_WITH_ADJACENCY: Self
[src]
pub const PATCH_LIST: Self
[src]
Trait Implementations
impl Clone for PrimitiveTopology
[src]
fn clone(&self) -> PrimitiveTopology
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PrimitiveTopology
[src]
impl Debug for PrimitiveTopology
[src]
impl Default for PrimitiveTopology
[src]
fn default() -> PrimitiveTopology
[src]
impl Eq for PrimitiveTopology
[src]
impl Hash for PrimitiveTopology
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for PrimitiveTopology
[src]
fn cmp(&self, other: &PrimitiveTopology) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<PrimitiveTopology> for PrimitiveTopology
[src]
fn eq(&self, other: &PrimitiveTopology) -> bool
[src]
fn ne(&self, other: &PrimitiveTopology) -> bool
[src]
impl PartialOrd<PrimitiveTopology> for PrimitiveTopology
[src]
fn partial_cmp(&self, other: &PrimitiveTopology) -> Option<Ordering>
[src]
fn lt(&self, other: &PrimitiveTopology) -> bool
[src]
fn le(&self, other: &PrimitiveTopology) -> bool
[src]
fn gt(&self, other: &PrimitiveTopology) -> bool
[src]
fn ge(&self, other: &PrimitiveTopology) -> bool
[src]
impl StructuralEq for PrimitiveTopology
[src]
impl StructuralPartialEq for PrimitiveTopology
[src]
Auto Trait Implementations
impl RefUnwindSafe for PrimitiveTopology
impl Send for PrimitiveTopology
impl Sync for PrimitiveTopology
impl Unpin for PrimitiveTopology
impl UnwindSafe for PrimitiveTopology
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,