#[repr(u32)]pub enum LcStateVal {
Test = 2_995_150_779,
Dev = 190_477_792,
Prod = 1_710_379_535,
ProdEnd = 2_444_867_210,
Rma = 3_482_122_923,
}
Variants§
Test = 2_995_150_779
Dev = 190_477_792
Prod = 1_710_379_535
ProdEnd = 2_444_867_210
Rma = 3_482_122_923
Trait Implementations§
Source§impl Clone for LcStateVal
impl Clone for LcStateVal
Source§fn clone(&self) -> LcStateVal
fn clone(&self) -> LcStateVal
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LcStateVal
Auto Trait Implementations§
impl Freeze for LcStateVal
impl RefUnwindSafe for LcStateVal
impl Send for LcStateVal
impl Sync for LcStateVal
impl Unpin for LcStateVal
impl UnwindSafe for LcStateVal
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