#[repr(u32)]pub enum IoxValue {
Low = 0,
High = 1,
}Variants§
Trait Implementations§
Source§impl From<u32> for IoxValue
The From trait for IoxValue takes any non-zero value and interprets it as “high”.
impl From<u32> for IoxValue
The From trait for IoxValue takes any non-zero value and interprets it as “high”.
impl Copy for IoxValue
impl Eq for IoxValue
impl StructuralPartialEq for IoxValue
Auto Trait Implementations§
impl Freeze for IoxValue
impl RefUnwindSafe for IoxValue
impl Send for IoxValue
impl Sync for IoxValue
impl Unpin for IoxValue
impl UnwindSafe for IoxValue
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