Enum Ecore1
pub enum Ecore1 {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[CORE1] status indication feature
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ecore1
impl Eq for Ecore1
impl StructuralPartialEq for Ecore1
Auto Trait Implementations§
impl Freeze for Ecore1
impl RefUnwindSafe for Ecore1
impl Send for Ecore1
impl Sync for Ecore1
impl Unpin for Ecore1
impl UnwindSafe for Ecore1
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