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