Struct zng_view_api::AxisId
source · pub struct AxisId(pub u32);Expand description
Identifier for a specific analog axis on some device.
Tuple Fields§
§0: u32Trait Implementations§
source§impl<'de> Deserialize<'de> for AxisId
impl<'de> Deserialize<'de> for AxisId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for AxisId
impl PartialEq for AxisId
impl Copy for AxisId
impl Eq for AxisId
impl StructuralPartialEq for AxisId
Auto Trait Implementations§
impl Freeze for AxisId
impl RefUnwindSafe for AxisId
impl Send for AxisId
impl Sync for AxisId
impl Unpin for AxisId
impl UnwindSafe for AxisId
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