pub struct Signal14 {
pub values: i16,
}
Expand description
14 signals into one
Fields
values: i16
Implementations
Trait Implementations
impl Copy for Signal14
impl Eq for Signal14
impl StructuralEq for Signal14
impl StructuralPartialEq for Signal14
Auto Trait Implementations
impl RefUnwindSafe for Signal14
impl Send for Signal14
impl Sync for Signal14
impl Unpin for Signal14
impl UnwindSafe for Signal14
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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