pub struct ResultInjected {
pub data: i32,
pub channel: u8,
}Expand description
Injected conversion result.
Fields§
§data: i32Sign-extended 24-bit sample.
channel: u8Transceiver the sample came from.
Implementations§
Auto Trait Implementations§
impl Freeze for ResultInjected
impl RefUnwindSafe for ResultInjected
impl Send for ResultInjected
impl Sync for ResultInjected
impl Unpin for ResultInjected
impl UnsafeUnpin for ResultInjected
impl UnwindSafe for ResultInjected
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