pub struct Rust1x1 {
pub node: Rust1x1,
}
Expand description
Parameter Setter API Struct for Node Rust1x1
Fields
node: Rust1x1
Implementations
sourceimpl Rust1x1
impl Rust1x1
sourcepub fn inp(self, v: f32) -> Rust1x1
pub fn inp(self, v: f32) -> Rust1x1
Set input parameter for Node Rust1x1 Input inp
sourcepub fn alpha(self, v: f32) -> Rust1x1
pub fn alpha(self, v: f32) -> Rust1x1
Set input parameter for Node Rust1x1 Input alpha
sourcepub fn beta(self, v: f32) -> Rust1x1
pub fn beta(self, v: f32) -> Rust1x1
Set input parameter for Node Rust1x1 Input beta
sourcepub fn delta(self, v: f32) -> Rust1x1
pub fn delta(self, v: f32) -> Rust1x1
Set input parameter for Node Rust1x1 Input delta
sourcepub fn gamma(self, v: f32) -> Rust1x1
pub fn gamma(self, v: f32) -> Rust1x1
Set input parameter for Node Rust1x1 Input gamma
Auto Trait Implementations
impl !RefUnwindSafe for Rust1x1
impl !Send for Rust1x1
impl !Sync for Rust1x1
impl Unpin for Rust1x1
impl !UnwindSafe for Rust1x1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more