#[repr(u32)]pub enum GEUnit {
GE_DEVICE = 0,
GE_NDC = 1,
GE_INCHES = 2,
GE_CM = 3,
}
Variants§
Trait Implementations§
impl Copy for GEUnit
impl Eq for GEUnit
impl StructuralPartialEq for GEUnit
Auto Trait Implementations§
impl Freeze for GEUnit
impl RefUnwindSafe for GEUnit
impl Send for GEUnit
impl Sync for GEUnit
impl Unpin for GEUnit
impl UnwindSafe for GEUnit
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