#[repr(u8)]pub enum IppResetB {
IPP_RESET_B_0 = 0,
IPP_RESET_B_1 = 1,
}Variants§
IPP_RESET_B_0 = 0
Reset is not a result of ipp_reset_b pin.
IPP_RESET_B_1 = 1
Reset is a result of ipp_reset_b pin.
Implementations§
Trait Implementations§
Source§impl Ord for IppResetB
impl Ord for IppResetB
Source§impl PartialOrd for IppResetB
impl PartialOrd for IppResetB
impl Copy for IppResetB
impl Eq for IppResetB
impl StructuralPartialEq for IppResetB
Auto Trait Implementations§
impl Freeze for IppResetB
impl RefUnwindSafe for IppResetB
impl Send for IppResetB
impl Sync for IppResetB
impl Unpin for IppResetB
impl UnwindSafe for IppResetB
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