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