pub struct CooperativeMatrixOperands(/* private fields */);Implementations§
Source§impl CooperativeMatrixOperands
impl CooperativeMatrixOperands
pub const NONE_KHR: Self
pub const MATRIX_ASIGNED_COMPONENTS_KHR: Self
pub const MATRIX_BSIGNED_COMPONENTS_KHR: Self
pub const MATRIX_CSIGNED_COMPONENTS_KHR: Self
pub const MATRIX_RESULT_SIGNED_COMPONENTS_KHR: Self
pub const SATURATING_ACCUMULATION_KHR: Self
Trait Implementations§
Source§impl BitAnd for CooperativeMatrixOperands
impl BitAnd for CooperativeMatrixOperands
Source§impl BitOr for CooperativeMatrixOperands
impl BitOr for CooperativeMatrixOperands
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 Display for CooperativeMatrixOperands
impl Display 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.