#[repr(transparent)]pub struct ScopeKHR(pub(crate) i32);
Tuple Fields§
§0: i32
Implementations§
source§impl ScopeKHR
impl ScopeKHR
Generated from ‘VK_NV_cooperative_matrix’
pub const DEVICE_NV: Self = Self::DEVICE
pub const WORKGROUP_NV: Self = Self::WORKGROUP
pub const SUBGROUP_NV: Self = Self::SUBGROUP
pub const QUEUE_FAMILY_NV: Self = Self::QUEUE_FAMILY
Trait Implementations§
source§impl Ord for ScopeKHR
impl Ord for ScopeKHR
source§impl PartialEq for ScopeKHR
impl PartialEq for ScopeKHR
source§impl PartialOrd for ScopeKHR
impl PartialOrd for ScopeKHR
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ScopeKHR
impl Eq for ScopeKHR
impl StructuralPartialEq for ScopeKHR
Auto Trait Implementations§
impl Freeze for ScopeKHR
impl RefUnwindSafe for ScopeKHR
impl Send for ScopeKHR
impl Sync for ScopeKHR
impl Unpin for ScopeKHR
impl UnwindSafe for ScopeKHR
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