#[repr(C)]pub struct IrSeek {
pub heading: [i8; 4],
pub distance: [i8; 4],
}Fields§
§heading: [i8; 4]!< ~English Heading for channels 1-4 (-25 to 25) ~Japanese 全て(4つ)のチャンネルの方位(-25~25)
distance: [i8; 4]!< ~English Distance for channels 1-4 (-128 and 0 to 100) ~Japanese 全て(4つ)のチャンネルの距離(0〜100または-128)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrSeek
impl RefUnwindSafe for IrSeek
impl Send for IrSeek
impl Sync for IrSeek
impl Unpin for IrSeek
impl UnwindSafe for IrSeek
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