pub enum EAfb {
HighVoltage(EAfbHV),
LowVoltage(EAfbLV),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EAfb
impl RefUnwindSafe for EAfb
impl Send for EAfb
impl Sync for EAfb
impl Unpin for EAfb
impl UnwindSafe for EAfb
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