Struct tinkerforge::joystick_bricklet::AnalogValueEvent
source · [−]Fields
x: u16
y: u16
Trait Implementations
sourceimpl Clone for AnalogValueEvent
impl Clone for AnalogValueEvent
sourcefn clone(&self) -> AnalogValueEvent
fn clone(&self) -> AnalogValueEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AnalogValueEvent
impl Debug for AnalogValueEvent
sourceimpl Default for AnalogValueEvent
impl Default for AnalogValueEvent
sourcefn default() -> AnalogValueEvent
fn default() -> AnalogValueEvent
Returns the “default value” for a type. Read more
sourceimpl FromByteSlice for AnalogValueEvent
impl FromByteSlice for AnalogValueEvent
sourcefn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
sourcefn from_le_byte_slice(bytes: &[u8]) -> AnalogValueEvent
fn from_le_byte_slice(bytes: &[u8]) -> AnalogValueEvent
Deserialize the implementing type from a byte slice.
sourceimpl Hash for AnalogValueEvent
impl Hash for AnalogValueEvent
sourceimpl PartialEq<AnalogValueEvent> for AnalogValueEvent
impl PartialEq<AnalogValueEvent> for AnalogValueEvent
sourcefn eq(&self, other: &AnalogValueEvent) -> bool
fn eq(&self, other: &AnalogValueEvent) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AnalogValueEvent) -> bool
fn ne(&self, other: &AnalogValueEvent) -> bool
This method tests for !=
.
impl Copy for AnalogValueEvent
impl Eq for AnalogValueEvent
impl StructuralEq for AnalogValueEvent
impl StructuralPartialEq for AnalogValueEvent
Auto Trait Implementations
impl RefUnwindSafe for AnalogValueEvent
impl Send for AnalogValueEvent
impl Sync for AnalogValueEvent
impl Unpin for AnalogValueEvent
impl UnwindSafe for AnalogValueEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more