#[repr(usize)]pub enum EntryOffset {
Show 15 variants
Entities = 0,
Planes = 1,
Textures = 2,
Vertices = 3,
Vis = 4,
Nodes = 5,
TexInfo = 6,
Faces = 7,
Light = 8,
ClipNodes = 9,
Leaves = 10,
MarkSurfaces = 11,
Edges = 12,
SurfEdges = 13,
Models = 14,
}
Variants§
Entities = 0
Planes = 1
Textures = 2
Vertices = 3
Vis = 4
Nodes = 5
TexInfo = 6
Faces = 7
Light = 8
ClipNodes = 9
Leaves = 10
MarkSurfaces = 11
Edges = 12
SurfEdges = 13
Models = 14
Trait Implementations§
Source§impl Clone for EntryOffset
impl Clone for EntryOffset
Source§fn clone(&self) -> EntryOffset
fn clone(&self) -> EntryOffset
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 EntryOffset
impl Debug for EntryOffset
Source§impl From<EntryOffset> for usize
impl From<EntryOffset> for usize
Source§fn from(offset: EntryOffset) -> Self
fn from(offset: EntryOffset) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EntryOffset
impl PartialEq for EntryOffset
impl Copy for EntryOffset
impl Eq for EntryOffset
impl StructuralPartialEq for EntryOffset
Auto Trait Implementations§
impl Freeze for EntryOffset
impl RefUnwindSafe for EntryOffset
impl Send for EntryOffset
impl Sync for EntryOffset
impl Unpin for EntryOffset
impl UnwindSafe for EntryOffset
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