pub enum UaClass {
Undefined,
Class0,
Class1,
Class2,
Class3,
Class4,
Class5,
Class6,
}Variants§
Trait Implementations§
impl Copy for UaClass
impl StructuralPartialEq for UaClass
Auto Trait Implementations§
impl Freeze for UaClass
impl RefUnwindSafe for UaClass
impl Send for UaClass
impl Sync for UaClass
impl Unpin for UaClass
impl UnsafeUnpin for UaClass
impl UnwindSafe for UaClass
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