pub struct Signal8 {
pub values: i8,
}
Expand description
8 signals into one
Fields
values: i8
Implementations
Trait Implementations
impl Copy for Signal8
impl Eq for Signal8
impl StructuralEq for Signal8
impl StructuralPartialEq for Signal8
Auto Trait Implementations
impl RefUnwindSafe for Signal8
impl Send for Signal8
impl Sync for Signal8
impl Unpin for Signal8
impl UnwindSafe for Signal8
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