#[repr(u8)]pub enum Cwsabten {
ZZ115 = 0,
ZZ116 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Cwsabten
impl Ord for Cwsabten
Source§impl PartialOrd for Cwsabten
impl PartialOrd for Cwsabten
impl Copy for Cwsabten
impl Eq for Cwsabten
impl StructuralPartialEq for Cwsabten
Auto Trait Implementations§
impl Freeze for Cwsabten
impl RefUnwindSafe for Cwsabten
impl Send for Cwsabten
impl Sync for Cwsabten
impl Unpin for Cwsabten
impl UnwindSafe for Cwsabten
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