pub struct LegacyStateTableParts {
pub n_classes: u16,
pub class_table_offset: u16,
pub state_array_offset: u16,
pub entry_table_offset: u16,
}Expand description
Pre-resolved byte offsets of a legacy StateTable’s components, relative to the table start.
Fields§
§n_classes: u16§class_table_offset: u16§state_array_offset: u16§entry_table_offset: u16Implementations§
Trait Implementations§
Source§impl Clone for LegacyStateTableParts
impl Clone for LegacyStateTableParts
Source§fn clone(&self) -> LegacyStateTableParts
fn clone(&self) -> LegacyStateTableParts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LegacyStateTableParts
impl Debug for LegacyStateTableParts
Source§impl Default for LegacyStateTableParts
impl Default for LegacyStateTableParts
Source§fn default() -> LegacyStateTableParts
fn default() -> LegacyStateTableParts
Returns the “default value” for a type. Read more
impl Copy for LegacyStateTableParts
Auto Trait Implementations§
impl Freeze for LegacyStateTableParts
impl RefUnwindSafe for LegacyStateTableParts
impl Send for LegacyStateTableParts
impl Sync for LegacyStateTableParts
impl Unpin for LegacyStateTableParts
impl UnsafeUnpin for LegacyStateTableParts
impl UnwindSafe for LegacyStateTableParts
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