pub struct FresnelCos { /* private fields */ }
Expand description
Builder for the FresnelCos
operation.
Implementations§
Source§impl FresnelCos
impl FresnelCos
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for FresnelCos
impl Debug for FresnelCos
Source§impl Default for FresnelCos
impl Default for FresnelCos
Source§fn default() -> FresnelCos
fn default() -> FresnelCos
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FresnelCos
impl RefUnwindSafe for FresnelCos
impl Send for FresnelCos
impl Sync for FresnelCos
impl Unpin for FresnelCos
impl UnwindSafe for FresnelCos
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