pub struct Processing { /* private fields */ }
Implementations§
Source§impl Processing
impl Processing
pub fn new(config: &RadarConfig) -> Self
pub fn metadata(&self) -> &ProcessingMetaData
pub fn execute(&mut self, buffer: &mut [u8]) -> ProcessingResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Processing
impl RefUnwindSafe for Processing
impl !Send for Processing
impl !Sync for Processing
impl Unpin for Processing
impl UnwindSafe for Processing
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