pub struct Data {
pub channels: [u16; 16],
pub channel17: bool,
pub channel18: bool,
pub frame_lost: bool,
pub failsafe: bool,
}
Fields§
§channels: [u16; 16]
§channel17: bool
§channel18: bool
§frame_lost: bool
§failsafe: bool
Trait Implementations§
impl StructuralPartialEq for Data
Auto Trait Implementations§
impl Freeze for Data
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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