Enum sunspec_models::models::models700::ACType
source · #[repr(u16)]pub enum ACType {
SINGLEPHASE,
SPLITPHASE,
THREEPHASE,
PAD,
}Variants§
Trait Implementations§
impl Copy for ACType
Auto Trait Implementations§
impl RefUnwindSafe for ACType
impl Send for ACType
impl Sync for ACType
impl Unpin for ACType
impl UnwindSafe for ACType
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