Enum Erefs
pub enum Erefs {
_0 = 0,
_1 = 1,
}Expand description
External Reference Select
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Erefs
impl Eq for Erefs
impl StructuralPartialEq for Erefs
Auto Trait Implementations§
impl Freeze for Erefs
impl RefUnwindSafe for Erefs
impl Send for Erefs
impl Sync for Erefs
impl Unpin for Erefs
impl UnwindSafe for Erefs
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