pub struct GetInName(pub usize);Expand description
Ask the host the name of the input.
The value is the input index starting from 1.
The result is Option<NameColor>.
Important: the first input index is 1.
Tuple Fields§
§0: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for GetInName
impl RefUnwindSafe for GetInName
impl Send for GetInName
impl Sync for GetInName
impl Unpin for GetInName
impl UnsafeUnpin for GetInName
impl UnwindSafe for GetInName
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