Enum FotaType
pub enum FotaType {
Null,
AB,
Full,
Diff,
}Expand description
Represents the type of FOTA update.
Variants§
Trait Implementations§
impl Copy for FotaType
impl Eq for FotaType
impl StructuralPartialEq for FotaType
Auto Trait Implementations§
impl Freeze for FotaType
impl RefUnwindSafe for FotaType
impl Send for FotaType
impl Sync for FotaType
impl Unpin for FotaType
impl UnwindSafe for FotaType
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