#[repr(u16)]pub enum ACType {
SINGLEPHASE = 0,
SPLITPHASE = 1,
THREEPHASE = 2,
PAD = 65_535,
}
Variants§
Trait Implementations§
impl Copy for ACType
Auto Trait Implementations§
impl Freeze for ACType
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