pub struct CooperativeMatrixOperands {
pub matrix_a_signed_components_khr: bool,
pub matrix_b_signed_components_khr: bool,
pub matrix_c_signed_components_khr: bool,
pub matrix_result_signed_components_khr: bool,
pub saturating_accumulation_khr: bool,
}Fields§
§matrix_a_signed_components_khr: bool§matrix_b_signed_components_khr: bool§matrix_c_signed_components_khr: bool§matrix_result_signed_components_khr: bool§saturating_accumulation_khr: boolTrait Implementations§
Source§impl Clone for CooperativeMatrixOperands
impl Clone for CooperativeMatrixOperands
Source§fn clone(&self) -> CooperativeMatrixOperands
fn clone(&self) -> CooperativeMatrixOperands
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 CooperativeMatrixOperands
impl Debug for CooperativeMatrixOperands
Source§impl From<u32> for CooperativeMatrixOperands
impl From<u32> for CooperativeMatrixOperands
Source§impl Hash for CooperativeMatrixOperands
impl Hash for CooperativeMatrixOperands
impl Copy for CooperativeMatrixOperands
impl Eq for CooperativeMatrixOperands
impl StructuralPartialEq for CooperativeMatrixOperands
Auto Trait Implementations§
impl Freeze for CooperativeMatrixOperands
impl RefUnwindSafe for CooperativeMatrixOperands
impl Send for CooperativeMatrixOperands
impl Sync for CooperativeMatrixOperands
impl Unpin for CooperativeMatrixOperands
impl UnsafeUnpin for CooperativeMatrixOperands
impl UnwindSafe for CooperativeMatrixOperands
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