#[non_exhaustive]#[repr(u8)]pub enum Zt {
Conv = 1,
Swr = 2,
Swp = 3,
}Expand description
A zone type.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
impl Copy for Zt
impl Eq for Zt
impl StructuralPartialEq for Zt
Auto Trait Implementations§
impl Freeze for Zt
impl RefUnwindSafe for Zt
impl Send for Zt
impl Sync for Zt
impl Unpin for Zt
impl UnsafeUnpin for Zt
impl UnwindSafe for Zt
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