#[repr(u8)]pub enum GcrRdy {
RDY_0 = 0,
RDY_1 = 1,
}Variants§
RDY_0 = 0
The gain offset calculation value is invalid.
RDY_1 = 1
The gain calibration value is valid.
Implementations§
Trait Implementations§
Source§impl Ord for GcrRdy
impl Ord for GcrRdy
Source§impl PartialOrd for GcrRdy
impl PartialOrd for GcrRdy
impl Copy for GcrRdy
impl Eq for GcrRdy
impl StructuralPartialEq for GcrRdy
Auto Trait Implementations§
impl Freeze for GcrRdy
impl RefUnwindSafe for GcrRdy
impl Send for GcrRdy
impl Sync for GcrRdy
impl Unpin for GcrRdy
impl UnwindSafe for GcrRdy
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