#[repr(C)]pub struct Pose {}
Fields§
§pitch: f32
§yaw: f32
§roll: f32
§tx: f32
§ty: f32
§tz: f32
§counter: u32
§resolution_x: u32
§resolution_y: u32
§raw_pitch: f32
§raw_yaw: f32
§raw_roll: f32
§raw_tx: f32
§raw_ty: f32
§raw_tz: f32
§status: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pose
impl RefUnwindSafe for Pose
impl Send for Pose
impl Sync for Pose
impl Unpin for Pose
impl UnwindSafe for Pose
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