#[repr(transparent)]pub struct VkPipelineTessellationStateCreateFlags(pub i32);Expand description
VkPipelineTessellationStateCreateFlags
Tuple Fields§
§0: i32Implementations§
Source§impl VkPipelineTessellationStateCreateFlags
impl VkPipelineTessellationStateCreateFlags
Sourcepub const fn has_any_flags(self, flags: Self) -> bool
pub const fn has_any_flags(self, flags: Self) -> bool
return is any bits in flags are set
Sourcepub const fn has_flags_only(self, flags: Self) -> bool
pub const fn has_flags_only(self, flags: Self) -> bool
return is only bits in flags are set
Trait Implementations§
Source§impl BitAndAssign for VkPipelineTessellationStateCreateFlags
impl BitAndAssign for VkPipelineTessellationStateCreateFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for VkPipelineTessellationStateCreateFlags
impl BitOrAssign for VkPipelineTessellationStateCreateFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for VkPipelineTessellationStateCreateFlags
impl BitXorAssign for VkPipelineTessellationStateCreateFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VkPipelineTessellationStateCreateFlags
impl Clone for VkPipelineTessellationStateCreateFlags
Source§fn clone(&self) -> VkPipelineTessellationStateCreateFlags
fn clone(&self) -> VkPipelineTessellationStateCreateFlags
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 Default for VkPipelineTessellationStateCreateFlags
impl Default for VkPipelineTessellationStateCreateFlags
Source§fn default() -> VkPipelineTessellationStateCreateFlags
fn default() -> VkPipelineTessellationStateCreateFlags
Returns the “default value” for a type. Read more
Source§impl From<VkPipelineTessellationStateCreateFlags> for i32
impl From<VkPipelineTessellationStateCreateFlags> for i32
Source§fn from(value: VkPipelineTessellationStateCreateFlags) -> Self
fn from(value: VkPipelineTessellationStateCreateFlags) -> Self
Converts to this type from the input type.
Source§impl Ord for VkPipelineTessellationStateCreateFlags
impl Ord for VkPipelineTessellationStateCreateFlags
Source§fn cmp(&self, other: &VkPipelineTessellationStateCreateFlags) -> Ordering
fn cmp(&self, other: &VkPipelineTessellationStateCreateFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkPipelineTessellationStateCreateFlags
impl PartialEq for VkPipelineTessellationStateCreateFlags
Source§fn eq(&self, other: &VkPipelineTessellationStateCreateFlags) -> bool
fn eq(&self, other: &VkPipelineTessellationStateCreateFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkPipelineTessellationStateCreateFlags
impl PartialOrd for VkPipelineTessellationStateCreateFlags
impl Copy for VkPipelineTessellationStateCreateFlags
impl Eq for VkPipelineTessellationStateCreateFlags
impl StructuralPartialEq for VkPipelineTessellationStateCreateFlags
Auto Trait Implementations§
impl Freeze for VkPipelineTessellationStateCreateFlags
impl RefUnwindSafe for VkPipelineTessellationStateCreateFlags
impl Send for VkPipelineTessellationStateCreateFlags
impl Sync for VkPipelineTessellationStateCreateFlags
impl Unpin for VkPipelineTessellationStateCreateFlags
impl UnsafeUnpin for VkPipelineTessellationStateCreateFlags
impl UnwindSafe for VkPipelineTessellationStateCreateFlags
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