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