pub struct SdotOperationBuilder<'c, T0, T1, T2, T3> { /* private fields */ }
Expand description
A builder for an intr.sdot
operation.
Implementations§
source§impl<'c> SdotOperationBuilder<'c, Unset, Unset, Unset, Unset>
impl<'c> SdotOperationBuilder<'c, Unset, Unset, Unset, Unset>
source§impl<'c, T1, T2, T3> SdotOperationBuilder<'c, Unset, T1, T2, T3>
impl<'c, T1, T2, T3> SdotOperationBuilder<'c, Unset, T1, T2, T3>
pub fn res(self, res: Type<'c>) -> SdotOperationBuilder<'c, Set, T1, T2, T3>
source§impl<'c, T0, T2, T3> SdotOperationBuilder<'c, T0, Unset, T2, T3>
impl<'c, T0, T2, T3> SdotOperationBuilder<'c, T0, Unset, T2, T3>
pub fn a(self, a: Value<'c, '_>) -> SdotOperationBuilder<'c, T0, Set, T2, T3>
source§impl<'c, T0, T1, T3> SdotOperationBuilder<'c, T0, T1, Unset, T3>
impl<'c, T0, T1, T3> SdotOperationBuilder<'c, T0, T1, Unset, T3>
pub fn b(self, b: Value<'c, '_>) -> SdotOperationBuilder<'c, T0, T1, Set, T3>
source§impl<'c, T0, T1, T2> SdotOperationBuilder<'c, T0, T1, T2, Unset>
impl<'c, T0, T1, T2> SdotOperationBuilder<'c, T0, T1, T2, Unset>
pub fn c(self, c: Value<'c, '_>) -> SdotOperationBuilder<'c, T0, T1, T2, Set>
source§impl<'c> SdotOperationBuilder<'c, Set, Set, Set, Set>
impl<'c> SdotOperationBuilder<'c, Set, Set, Set, Set>
pub fn build(self) -> SdotOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1, T2, T3> RefUnwindSafe for SdotOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> !Send for SdotOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> !Sync for SdotOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> Unpin for SdotOperationBuilder<'c, T0, T1, T2, T3>
impl<'c, T0, T1, T2, T3> UnwindSafe for SdotOperationBuilder<'c, T0, T1, T2, T3>
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