pub struct AngularVelocityEvent {
pub x: i16,
pub y: i16,
pub z: i16,
}
Fields§
§x: i16
§y: i16
§z: i16
Trait Implementations§
Source§impl Clone for AngularVelocityEvent
impl Clone for AngularVelocityEvent
Source§fn clone(&self) -> AngularVelocityEvent
fn clone(&self) -> AngularVelocityEvent
Returns a copy of the value. Read more
1.0.0 · 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 AngularVelocityEvent
impl Debug for AngularVelocityEvent
Source§impl Default for AngularVelocityEvent
impl Default for AngularVelocityEvent
Source§fn default() -> AngularVelocityEvent
fn default() -> AngularVelocityEvent
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for AngularVelocityEvent
impl FromByteSlice for AngularVelocityEvent
Source§fn 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.
Source§fn from_le_byte_slice(bytes: &[u8]) -> AngularVelocityEvent
fn from_le_byte_slice(bytes: &[u8]) -> AngularVelocityEvent
Deserialize the implementing type from a byte slice.
Source§impl Hash for AngularVelocityEvent
impl Hash for AngularVelocityEvent
Source§impl PartialEq for AngularVelocityEvent
impl PartialEq for AngularVelocityEvent
impl Copy for AngularVelocityEvent
impl Eq for AngularVelocityEvent
impl StructuralPartialEq for AngularVelocityEvent
Auto Trait Implementations§
impl Freeze for AngularVelocityEvent
impl RefUnwindSafe for AngularVelocityEvent
impl Send for AngularVelocityEvent
impl Sync for AngularVelocityEvent
impl Unpin for AngularVelocityEvent
impl UnwindSafe for AngularVelocityEvent
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