pub struct SMap {
pub node: SMap,
}
Expand description
Parameter Setter API Struct for Node SMap
Fields
node: SMap
Implementations
sourceimpl SMap
impl SMap
sourcepub fn inp(self, v: f32) -> SMap
pub fn inp(self, v: f32) -> SMap
Set input parameter for Node SMap Input inp
sourcepub fn min(self, v: f32) -> SMap
pub fn min(self, v: f32) -> SMap
Set input parameter for Node SMap Input min
sourcepub fn max(self, v: f32) -> SMap
pub fn max(self, v: f32) -> SMap
Set input parameter for Node SMap Input max
sourcepub fn mode(self, v: i64) -> SMap
pub fn mode(self, v: i64) -> SMap
Set setting for Node SMap Setting mode
sourcepub fn clip(self, v: i64) -> SMap
pub fn clip(self, v: i64) -> SMap
Set setting for Node SMap Setting clip
Auto Trait Implementations
impl !RefUnwindSafe for SMap
impl !Send for SMap
impl !Sync for SMap
impl Unpin for SMap
impl !UnwindSafe for SMap
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