#[repr(C)]pub struct ScsInputDeviceInput {
pub name: ScsString,
pub display_name: ScsString,
pub value_type: ScsValueType,
pub padding: ScsPadding,
}Expand description
Information about one bool or float input exposed by a device.
Fields§
§name: ScsString§display_name: ScsString§value_type: ScsValueType§padding: ScsPaddingAuto Trait Implementations§
impl !Send for ScsInputDeviceInput
impl !Sync for ScsInputDeviceInput
impl Freeze for ScsInputDeviceInput
impl RefUnwindSafe for ScsInputDeviceInput
impl Unpin for ScsInputDeviceInput
impl UnsafeUnpin for ScsInputDeviceInput
impl UnwindSafe for ScsInputDeviceInput
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