pub struct AxisValue(/* private fields */);Expand description
Represents the value of an axis in the [0; 255] range
Implementations§
Trait Implementations§
impl Copy for AxisValue
impl Eq for AxisValue
Source§impl From<DualsenseAxisValue> for AxisValue
impl From<DualsenseAxisValue> for AxisValue
Source§fn from(val: DualsenseAxisValue) -> Self
fn from(val: DualsenseAxisValue) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for AxisValue
Auto Trait Implementations§
impl Freeze for AxisValue
impl RefUnwindSafe for AxisValue
impl Send for AxisValue
impl Sync for AxisValue
impl Unpin for AxisValue
impl UnsafeUnpin for AxisValue
impl UnwindSafe for AxisValue
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