pub struct FresnelSin { /* private fields */ }
Expand description
Builder for the FresnelSin
operation.
Implementations§
Source§impl FresnelSin
impl FresnelSin
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 FresnelSin
impl Debug for FresnelSin
Source§impl Default for FresnelSin
impl Default for FresnelSin
Source§fn default() -> FresnelSin
fn default() -> FresnelSin
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FresnelSin
impl RefUnwindSafe for FresnelSin
impl Send for FresnelSin
impl Sync for FresnelSin
impl Unpin for FresnelSin
impl UnwindSafe for FresnelSin
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