pub enum UIFCPYR {
NoUpdateOccurred = 0,
UpdatePending = 1,
}
Expand description
UIFCPY
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UIFCPYR
impl Eq for UIFCPYR
impl StructuralPartialEq for UIFCPYR
Auto Trait Implementations§
impl Freeze for UIFCPYR
impl RefUnwindSafe for UIFCPYR
impl Send for UIFCPYR
impl Sync for UIFCPYR
impl Unpin for UIFCPYR
impl UnwindSafe for UIFCPYR
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