pub struct SdotIntrOperation<'c> { /* private fields */ }Expand description
An intr.sdot operation.
Implementations§
Source§impl<'c> SdotIntrOperation<'c>
impl<'c> SdotIntrOperation<'c>
Sourcepub fn as_operation(&self) -> &Operation<'c>
pub fn as_operation(&self) -> &Operation<'c>
Returns a generic operation.
Sourcepub fn builder(
context: &'c Context,
location: Location<'c>,
) -> SdotIntrOperationBuilder<'c, Unset>
pub fn builder( context: &'c Context, location: Location<'c>, ) -> SdotIntrOperationBuilder<'c, Unset>
Creates a builder.
pub fn res(&self) -> Result<OperationResult<'c, '_>, Error>
Trait Implementations§
Source§impl<'c> Clone for SdotIntrOperation<'c>
impl<'c> Clone for SdotIntrOperation<'c>
Source§fn clone(&self) -> SdotIntrOperation<'c>
fn clone(&self) -> SdotIntrOperation<'c>
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<'c> Debug for SdotIntrOperation<'c>
impl<'c> Debug for SdotIntrOperation<'c>
Source§impl<'b> From<SdotIntrOperation<'b>> for ArmSveDialectOperation<'b>
impl<'b> From<SdotIntrOperation<'b>> for ArmSveDialectOperation<'b>
Source§fn from(op: SdotIntrOperation<'b>) -> Self
fn from(op: SdotIntrOperation<'b>) -> Self
Converts to this type from the input type.
Source§impl<'c> From<SdotIntrOperation<'c>> for Operation<'c>
impl<'c> From<SdotIntrOperation<'c>> for Operation<'c>
Source§fn from(operation: SdotIntrOperation<'c>) -> Self
fn from(operation: SdotIntrOperation<'c>) -> Self
Converts to this type from the input type.
Source§impl<'c> PartialEq for SdotIntrOperation<'c>
impl<'c> PartialEq for SdotIntrOperation<'c>
Source§impl<'c> TryFrom<Operation<'c>> for SdotIntrOperation<'c>
impl<'c> TryFrom<Operation<'c>> for SdotIntrOperation<'c>
impl<'c> Eq for SdotIntrOperation<'c>
impl<'c> StructuralPartialEq for SdotIntrOperation<'c>
Auto Trait Implementations§
impl<'c> Freeze for SdotIntrOperation<'c>
impl<'c> RefUnwindSafe for SdotIntrOperation<'c>
impl<'c> !Send for SdotIntrOperation<'c>
impl<'c> !Sync for SdotIntrOperation<'c>
impl<'c> Unpin for SdotIntrOperation<'c>
impl<'c> UnwindSafe for SdotIntrOperation<'c>
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