pub enum IndexToLocationFormat {
Short,
Long,
}
Expand description
An index format used by the Index to Location Table.
Variants§
Trait Implementations§
source§impl Clone for IndexToLocationFormat
impl Clone for IndexToLocationFormat
source§fn clone(&self) -> IndexToLocationFormat
fn clone(&self) -> IndexToLocationFormat
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 moresource§impl Debug for IndexToLocationFormat
impl Debug for IndexToLocationFormat
source§impl PartialEq for IndexToLocationFormat
impl PartialEq for IndexToLocationFormat
source§fn eq(&self, other: &IndexToLocationFormat) -> bool
fn eq(&self, other: &IndexToLocationFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IndexToLocationFormat
impl Eq for IndexToLocationFormat
impl StructuralPartialEq for IndexToLocationFormat
Auto Trait Implementations§
impl Freeze for IndexToLocationFormat
impl RefUnwindSafe for IndexToLocationFormat
impl Send for IndexToLocationFormat
impl Sync for IndexToLocationFormat
impl Unpin for IndexToLocationFormat
impl UnwindSafe for IndexToLocationFormat
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