pub struct SdkIndex(/* private fields */);Expand description
Zero-based index passed through the SDK’s explicit index field.
This selects one member of an indexed channel or configuration attribute,
such as a wheel, H-shifter slot, or substance. The raw value
sys::SCS_U32_NIL is reserved by SCS to represent a scalar descriptor and
therefore has no SdkIndex representation.
Implementations§
Trait Implementations§
impl Copy for SdkIndex
impl Eq for SdkIndex
Source§impl Ord for SdkIndex
impl Ord for SdkIndex
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SdkIndex
impl PartialOrd for SdkIndex
impl StructuralPartialEq for SdkIndex
Auto Trait Implementations§
impl Freeze for SdkIndex
impl RefUnwindSafe for SdkIndex
impl Send for SdkIndex
impl Sync for SdkIndex
impl Unpin for SdkIndex
impl UnsafeUnpin for SdkIndex
impl UnwindSafe for SdkIndex
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