pub struct InputDescriptorIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for InputDescriptorIndex
impl Clone for InputDescriptorIndex
Source§fn clone(&self) -> InputDescriptorIndex
fn clone(&self) -> InputDescriptorIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputDescriptorIndex
impl Debug for InputDescriptorIndex
Source§impl Default for InputDescriptorIndex
impl Default for InputDescriptorIndex
Source§fn default() -> InputDescriptorIndex
fn default() -> InputDescriptorIndex
Returns the “default value” for a type. Read more
Source§impl From<AnalogStick> for InputDescriptorIndex
impl From<AnalogStick> for InputDescriptorIndex
Source§fn from(stick: AnalogStick) -> Self
fn from(stick: AnalogStick) -> Self
Converts to this type from the input type.
Source§impl From<PointerIndex> for InputDescriptorIndex
impl From<PointerIndex> for InputDescriptorIndex
Source§fn from(index: PointerIndex) -> Self
fn from(index: PointerIndex) -> Self
Converts to this type from the input type.
Source§impl From<u32> for InputDescriptorIndex
impl From<u32> for InputDescriptorIndex
Source§impl Hash for InputDescriptorIndex
impl Hash for InputDescriptorIndex
Source§impl PartialEq for InputDescriptorIndex
impl PartialEq for InputDescriptorIndex
Source§fn eq(&self, other: &InputDescriptorIndex) -> bool
fn eq(&self, other: &InputDescriptorIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InputDescriptorIndex
impl Eq for InputDescriptorIndex
impl StructuralPartialEq for InputDescriptorIndex
Auto Trait Implementations§
impl Freeze for InputDescriptorIndex
impl RefUnwindSafe for InputDescriptorIndex
impl Send for InputDescriptorIndex
impl Sync for InputDescriptorIndex
impl Unpin for InputDescriptorIndex
impl UnsafeUnpin for InputDescriptorIndex
impl UnwindSafe for InputDescriptorIndex
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