#[repr(u8)]pub enum Oca {
OCA_0 = 0,
OCA_1 = 1,
}Variants§
OCA_0 = 0
This port does not have an over-current condition.
OCA_1 = 1
This port currently has an over-current condition
Implementations§
Trait Implementations§
Source§impl Ord for Oca
impl Ord for Oca
Source§impl PartialOrd for Oca
impl PartialOrd for Oca
impl Copy for Oca
impl Eq for Oca
impl StructuralPartialEq for Oca
Auto Trait Implementations§
impl Freeze for Oca
impl RefUnwindSafe for Oca
impl Send for Oca
impl Sync for Oca
impl Unpin for Oca
impl UnwindSafe for Oca
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