#[repr(transparent)]pub struct TessellationFactorFormat(pub UInteger);Expand description
Tessellation factor format.
C++ equivalent: MTL::TessellationFactorFormat
Tuple Fields§
§0: UIntegerImplementations§
Trait Implementations§
Source§impl Clone for TessellationFactorFormat
impl Clone for TessellationFactorFormat
Source§fn clone(&self) -> TessellationFactorFormat
fn clone(&self) -> TessellationFactorFormat
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 TessellationFactorFormat
impl Debug for TessellationFactorFormat
Source§impl Default for TessellationFactorFormat
impl Default for TessellationFactorFormat
Source§fn default() -> TessellationFactorFormat
fn default() -> TessellationFactorFormat
Returns the “default value” for a type. Read more
Source§impl Hash for TessellationFactorFormat
impl Hash for TessellationFactorFormat
Source§impl PartialEq for TessellationFactorFormat
impl PartialEq for TessellationFactorFormat
impl Copy for TessellationFactorFormat
impl Eq for TessellationFactorFormat
impl StructuralPartialEq for TessellationFactorFormat
Auto Trait Implementations§
impl Freeze for TessellationFactorFormat
impl RefUnwindSafe for TessellationFactorFormat
impl Send for TessellationFactorFormat
impl Sync for TessellationFactorFormat
impl Unpin for TessellationFactorFormat
impl UnwindSafe for TessellationFactorFormat
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