pub struct DjiValidator;Expand description
DJI protocol CRC validator.
This implementation uses DJI-compatible CRC8 and CRC16 algorithms for frame validation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DjiValidator
impl RefUnwindSafe for DjiValidator
impl Send for DjiValidator
impl Sync for DjiValidator
impl Unpin for DjiValidator
impl UnsafeUnpin for DjiValidator
impl UnwindSafe for DjiValidator
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