#[repr(u8)]pub enum CoordinateRange {
Default = 0,
Reduced = 1,
Enhanced = 2,
}Variants§
Default = 0
Each Unit takes up 16 bit.
Reduced = 1
Each Unit takes up 8 bit.
Enhanced = 2
Each Unit takes up 32 bit.
Trait Implementations§
Source§impl Clone for CoordinateRange
impl Clone for CoordinateRange
Source§fn clone(&self) -> CoordinateRange
fn clone(&self) -> CoordinateRange
Returns a duplicate 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 moreSource§impl Debug for CoordinateRange
impl Debug for CoordinateRange
impl Copy for CoordinateRange
Auto Trait Implementations§
impl Freeze for CoordinateRange
impl RefUnwindSafe for CoordinateRange
impl Send for CoordinateRange
impl Sync for CoordinateRange
impl Unpin for CoordinateRange
impl UnwindSafe for CoordinateRange
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